#816F24

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

Shades of Yukon Gold #816F24

Tints of Yukon Gold #816F24

Color information

#816F24 (or 0x816F24) is unknown color: approx Yukon Gold. HEX triplet: 81, 6F and 24. RGB value is (129,111,36). Sum of RGB (Red+Green+Blue) = 129+111+36=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #816F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F24 is #7E90DB. Grayscale: #6C6C6C. Windows color (decimal): -8294620 or 2387841. OLE color: 2387841.

HSL color Cylindrical-coordinate representation of color #816F24: hue angle of 48.39º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #816F24 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB12911136-
CMYK00.140.720.49
HSL48.39º56.36%32.35%-
HSV(B)48.39º72.09%50.59%-
XYZ15.0616.164-
YUV107.8387.46143.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=46.74%
G=40.22%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291113600.140.720.4948.3956.3632.35
Hex816F240E4831303820
Octal2011574401611061607040
Binary100000011101111100100011101001000110001110000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F24; }

 p { color: rgb(129,111,36); }

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

<style>
 a { background-color: #816F24; }

 a { background-color: rgb(129,111,36); }

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

<style>
 span { border-color: #816F24; }

 span { border-color: rgb(129,111,36); }

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