#816426

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

Shades of Yukon Gold #816426

Tints of Yukon Gold #816426

Color information

#816426 (or 0x816426) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 26. RGB value is (129,100,38). Sum of RGB (Red+Green+Blue) = 129+100+38=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #816426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816426 is #7E9BD9. Grayscale: #656565. Windows color (decimal): -8297434 or 2516097. OLE color: 2516097.

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

Color convert

RGB12910038-
CMYK00.220.710.49
HSL40.88º54.49%32.75%-
HSV(B)40.88º70.54%50.59%-
XYZ13.9613.923.79-
YUV101.692.11147.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=48.31%
G=37.45%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291003800.220.710.4940.8854.4932.75
Hex8164260164731293621
Octal2011444602610761516641
Binary1000000111001001001100101101000111110001101001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816426; }

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

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

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

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

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

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

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

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