#816B15

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

Shades of Yukon Gold #816B15

Tints of Yukon Gold #816B15

Color information

#816B15 (or 0x816B15) is unknown color: approx Yukon Gold. HEX triplet: 81, 6B and 15. RGB value is (129,107,21). Sum of RGB (Red+Green+Blue) = 129+107+21=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #816B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816B15 is #7E94EA. Grayscale: #686868. Windows color (decimal): -8295659 or 1403777. OLE color: 1403777.

HSL color Cylindrical-coordinate representation of color #816B15: hue angle of 47.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #816B15 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB12910721-
CMYK00.170.840.49
HSL47.78º72%29.41%-
HSV(B)47.78º83.72%50.59%-
XYZ14.4515.242.89-
YUV103.7781.29145.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=50.19%
G=41.63%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291072100.170.840.4947.787229.41
Hex816B15011543130481d
Octal20115325021124616011035
Binary100000011101011101010100011010100110001110000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,107,21); }

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

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

 a { background-color: rgb(129,107,21); }

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

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

 span { border-color: rgb(129,107,21); }

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