#816F21

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

Shades of Yukon Gold #816F21

Tints of Yukon Gold #816F21

Color information

#816F21 (or 0x816F21) is unknown color: approx Yukon Gold. HEX triplet: 81, 6F and 21. RGB value is (129,111,33). Sum of RGB (Red+Green+Blue) = 129+111+33=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #816F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F21 is #7E90DE. Grayscale: #6B6B6B. Windows color (decimal): -8294623 or 2191233. OLE color: 2191233.

HSL color Cylindrical-coordinate representation of color #816F21: hue angle of 48.75º 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 #816F21 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB12911133-
CMYK00.140.740.49
HSL48.75º59.26%31.76%-
HSV(B)48.75º74.42%50.59%-
XYZ15.0116.153.76-
YUV107.4985.96143.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=47.25%
G=40.66%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291113300.140.740.4948.7559.2631.76
Hex816F210E4A31313b20
Octal2011574101611261617340
Binary100000011101111100001011101001010110001110001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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