#816415

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

Shades of Yukon Gold #816415

Tints of Yukon Gold #816415

Color information

#816415 (or 0x816415) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 15. RGB value is (129,100,21). Sum of RGB (Red+Green+Blue) = 129+100+21=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #816415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816415 is #7E9BEA. Grayscale: #646464. Windows color (decimal): -8297451 or 1401985. OLE color: 1401985.

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

Color convert

RGB12910021-
CMYK00.220.840.49
HSL43.89º72%29.41%-
HSV(B)43.89º83.72%50.59%-
XYZ13.7513.842.66-
YUV99.6683.61148.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 8.4%
R=51.6%
G=40%
B=8.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291002100.220.840.4943.897229.41
Hex81641501654312c481d
Octal20114425026124615411035
Binary100000011100100101010101101010100110001101100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816415; }

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

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

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

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

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

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

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

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