#816810

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

Shades of Yukon Gold #816810

Tints of Yukon Gold #816810

Color information

#816810 (or 0x816810) is unknown color: approx Yukon Gold. HEX triplet: 81, 68 and 10. RGB value is (129,104,16). Sum of RGB (Red+Green+Blue) = 129+104+16=249 (32% of max value = 765). Red value is 129 (50.78% from 255 or 51.81% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 129 - color contains mainly: red. Hex color #816810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816810 is #7E97EF. Grayscale: #656565. Windows color (decimal): -8296432 or 1075329. OLE color: 1075329.

HSL color Cylindrical-coordinate representation of color #816810: hue angle of 46.73º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #816810 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB12910416-
CMYK00.190.880.49
HSL46.73º77.93%28.43%-
HSV(B)46.73º87.6%50.59%-
XYZ14.114.612.57-
YUV101.4479.78147.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.81%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=51.81%
G=41.77%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291041600.190.880.4946.7377.9328.43
Hex81681001358312f4e1c
Octal20115020023130615711634
Binary100000011101000100000100111011000110001101111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816810; }

 p { color: rgb(129,104,16); }

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

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

 a { background-color: rgb(129,104,16); }

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

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

 span { border-color: rgb(129,104,16); }

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