#816115

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

Shades of Yukon Gold #816115

Tints of Yukon Gold #816115

Color information

#816115 (or 0x816115) is unknown color: approx Yukon Gold. HEX triplet: 81, 61 and 15. RGB value is (129,97,21). Sum of RGB (Red+Green+Blue) = 129+97+21=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #816115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816115 is #7E9EEA. Grayscale: #626262. Windows color (decimal): -8298219 or 1401217. OLE color: 1401217.

HSL color Cylindrical-coordinate representation of color #816115: hue angle of 42.22º 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 #816115 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1299721-
CMYK00.250.840.49
HSL42.22º72%29.41%-
HSV(B)42.22º83.72%50.59%-
XYZ13.4613.272.56-
YUV97.984.6150.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=52.23%
G=39.27%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129972100.250.840.4942.227229.41
Hex81611501954312a481d
Octal20114125031124615211035
Binary100000011100001101010110011010100110001101010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816115; }

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

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

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

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

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

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

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

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