#816624

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

Shades of Yukon Gold #816624

Tints of Yukon Gold #816624

Color information

#816624 (or 0x816624) is unknown color: approx Yukon Gold. HEX triplet: 81, 66 and 24. RGB value is (129,102,36). Sum of RGB (Red+Green+Blue) = 129+102+36=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #816624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816624 is #7E99DB. Grayscale: #666666. Windows color (decimal): -8296924 or 2385537. OLE color: 2385537.

HSL color Cylindrical-coordinate representation of color #816624: hue angle of 42.58º 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 #816624 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB12910236-
CMYK00.210.720.49
HSL42.58º56.36%32.35%-
HSV(B)42.58º72.09%50.59%-
XYZ14.1214.33.68-
YUV102.5590.45146.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 36 (14.45% from 255) = 13.48%
R=48.31%
G=38.20%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291023600.210.720.4942.5856.3632.35
Hex81662401548312b3820
Octal2011464402511061537040
Binary1000000111001101001000101011001000110001101011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816624; }

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

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

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

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

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

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

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

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