#816A27

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

Shades of Yukon Gold #816A27

Tints of Yukon Gold #816A27

Color information

#816A27 (or 0x816A27) is unknown color: approx Yukon Gold. HEX triplet: 81, 6A and 27. RGB value is (129,106,39). Sum of RGB (Red+Green+Blue) = 129+106+39=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #816A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A27 is #7E95D8. Grayscale: #696969. Windows color (decimal): -8295897 or 2583169. OLE color: 2583169.

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

Color convert

RGB12910639-
CMYK00.180.700.49
HSL44.67º53.57%32.94%-
HSV(B)44.67º69.77%50.59%-
XYZ14.5715.124.07-
YUV105.2490.62144.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.08%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=47.08%
G=38.69%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291063900.180.700.4944.6753.5732.94
Hex816A2701246312d3621
Octal2011524702210661556641
Binary1000000111010101001110100101000110110001101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,106,39); }

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

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

 a { background-color: rgb(129,106,39); }

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

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

 span { border-color: rgb(129,106,39); }

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