#816414

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

Shades of Yukon Gold #816414

Tints of Yukon Gold #816414

Color information

#816414 (or 0x816414) is unknown color: approx Yukon Gold. HEX triplet: 81, 64 and 14. RGB value is (129,100,20). Sum of RGB (Red+Green+Blue) = 129+100+20=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #816414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816414 is #7E9BEB. Grayscale: #636363. Windows color (decimal): -8297452 or 1336449. OLE color: 1336449.

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

Color convert

RGB12910020-
CMYK00.220.840.49
HSL44.04º73.15%29.22%-
HSV(B)44.04º84.5%50.59%-
XYZ13.7413.832.61-
YUV99.5583.11149-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=51.81%
G=40.16%
B=8.03%

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
Decimal1291002000.220.840.4944.0473.1529.22
Hex81641401654312c491d
Octal20114424026124615411135
Binary100000011100100101000101101010100110001101100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816414; }

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

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

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

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

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

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

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

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