#836E0A

Color #836E0A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #836E0A

Tints of Yukon Gold #836E0A

Color information

#836E0A (or 0x836E0A) is unknown color: approx Yukon Gold. HEX triplet: 83, 6E and 0A. RGB value is (131,110,10). Sum of RGB (Red+Green+Blue) = 131+110+10=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #836E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836E0A is #7C91F5. Grayscale: #696969. Windows color (decimal): -8163830 or 683651. OLE color: 683651.

HSL color Cylindrical-coordinate representation of color #836E0A: hue angle of 49.59º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #836E0A is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB13111010-
CMYK00.160.920.49
HSL49.59º85.82%27.65%-
HSV(B)49.59º92.37%51.37%-
XYZ14.99162.59-
YUV104.8874.46146.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 110 (43.36% from 255) = 43.82%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=52.19%
G=43.82%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311101000.160.920.4949.5985.8227.65
Hex836EA0105C3132561c
Octal20315612020134616212634
Binary10000011110111010100100001011100110001110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836E0A; }

 p { color: rgb(131,110,10); }

 H1.HeaderClassName
 {
   color: #836E0A;
 }
 .AnyTagClassName
 {
   color: #836E0A;
 }
</style>
background-color css

<style>
 a { background-color: #836E0A; }

 a { background-color: rgb(131,110,10); }

 div.DivClassName
 {
   background-color: #836E0A;
 }
 .BgClassName
 {
   background-color: #836E0A;
 }
</style>
border-color css

<style>
 span { border-color: #836E0A; }

 span { border-color: rgb(131,110,10); }

 td.TdClassName
 {
   border-color: #836E0A;
 }
 .TagClassName
 {
   border-color: #836E0A;
 }
</style>