#836C10

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

Shades of Yukon Gold #836C10

Tints of Yukon Gold #836C10

Color information

#836C10 (or 0x836C10) is unknown color: approx Yukon Gold. HEX triplet: 83, 6C and 10. RGB value is (131,108,16). Sum of RGB (Red+Green+Blue) = 131+108+16=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #836C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836C10 is #7C93EF. Grayscale: #686868. Windows color (decimal): -8164336 or 1076355. OLE color: 1076355.

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

Color convert

RGB13110816-
CMYK00.180.880.49
HSL48º78.23%28.82%-
HSV(B)48º87.79%51.37%-
XYZ14.8215.592.72-
YUV104.3978.12146.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=51.37%
G=42.35%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311081600.180.880.494878.2328.82
Hex836C100125831304e1d
Octal20315420022130616011635
Binary100000111101100100000100101011000110001110000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,108,16); }

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

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

 a { background-color: rgb(131,108,16); }

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

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

 span { border-color: rgb(131,108,16); }

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