#816614

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

Shades of Yukon Gold #816614

Tints of Yukon Gold #816614

Color information

#816614 (or 0x816614) is unknown color: approx Yukon Gold. HEX triplet: 81, 66 and 14. RGB value is (129,102,20). Sum of RGB (Red+Green+Blue) = 129+102+20=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #816614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816614 is #7E99EB. Grayscale: #656565. Windows color (decimal): -8296940 or 1336961. OLE color: 1336961.

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

Color convert

RGB12910220-
CMYK00.210.840.49
HSL45.14º73.15%29.22%-
HSV(B)45.14º84.5%50.59%-
XYZ13.9314.222.67-
YUV100.7282.45148.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=51.39%
G=40.64%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291022000.210.840.4945.1473.1529.22
Hex81661401554312d491d
Octal20114624025124615511135
Binary100000011100110101000101011010100110001101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816614; }

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

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

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

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

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

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

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

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