#836A12

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

Shades of Yukon Gold #836A12

Tints of Yukon Gold #836A12

Color information

#836A12 (or 0x836A12) is unknown color: approx Yukon Gold. HEX triplet: 83, 6A and 12. RGB value is (131,106,18). Sum of RGB (Red+Green+Blue) = 131+106+18=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #836A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836A12 is #7C95ED. Grayscale: #676767. Windows color (decimal): -8164846 or 1206915. OLE color: 1206915.

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

Color convert

RGB13110618-
CMYK00.190.860.49
HSL46.73º75.84%29.22%-
HSV(B)46.73º86.26%51.37%-
XYZ14.6215.182.73-
YUV103.4479.78147.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 106 (41.80% from 255) = 41.57%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=51.37%
G=41.57%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311061800.190.860.4946.7375.8429.22
Hex836A1201356312f4c1d
Octal20315222023126615711435
Binary100000111101010100100100111010110110001101111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,106,18); }

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

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

 a { background-color: rgb(131,106,18); }

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

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

 span { border-color: rgb(131,106,18); }

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