#816421

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

Shades of Yukon Gold #816421

Tints of Yukon Gold #816421

Color information

#816421 (or 0x816421) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 21. RGB value is (129,100,33). Sum of RGB (Red+Green+Blue) = 129+100+33=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #816421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816421 is #7E9BDE. Grayscale: #656565. Windows color (decimal): -8297439 or 2188417. OLE color: 2188417.

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

Color convert

RGB12910033-
CMYK00.220.740.49
HSL41.87º59.26%31.76%-
HSV(B)41.87º74.42%50.59%-
XYZ13.8813.893.39-
YUV101.0389.61147.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=49.24%
G=38.17%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291003300.220.740.4941.8759.2631.76
Hex8164210164A312a3b20
Octal2011444102611261527340
Binary1000000111001001000010101101001010110001101010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816421; }

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

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

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

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

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

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

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

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