#816406

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

Shades of Yukon Gold #816406

Tints of Yukon Gold #816406

Color information

#816406 (or 0x816406) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 06. RGB value is (129,100,6). Sum of RGB (Red+Green+Blue) = 129+100+6=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #816406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816406 is #7E9BF9. Grayscale: #626262. Windows color (decimal): -8297466 or 418945. OLE color: 418945.

HSL color Cylindrical-coordinate representation of color #816406: hue angle of 45.85º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #816406 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1291006-
CMYK00.220.950.49
HSL45.85º91.11%26.47%-
HSV(B)45.85º95.35%50.59%-
XYZ13.6413.792.12-
YUV97.9576.11150.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=54.89%
G=42.55%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129100600.220.950.4945.8591.1126.47
Hex816460165F312e5b1a
Octal2011446026137615613332
Binary1000000111001001100101101011111110001101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816406; }

 p { color: rgb(129,100,6); }

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

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

 a { background-color: rgb(129,100,6); }

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

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

 span { border-color: rgb(129,100,6); }

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