#816119

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

Shades of Yukon Gold #816119

Tints of Yukon Gold #816119

Color information

#816119 (or 0x816119) is unknown color: approx Yukon Gold. HEX triplet: 81, 61 and 19. RGB value is (129,97,25). Sum of RGB (Red+Green+Blue) = 129+97+25=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #816119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816119 is #7E9EE6. Grayscale: #626262. Windows color (decimal): -8298215 or 1663361. OLE color: 1663361.

HSL color Cylindrical-coordinate representation of color #816119: hue angle of 41.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #816119 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1299725-
CMYK00.250.810.49
HSL41.54º67.53%30.2%-
HSV(B)41.54º80.62%50.59%-
XYZ13.513.292.77-
YUV98.3686.6149.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 25 (10.16% from 255) = 9.96%
R=51.39%
G=38.65%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129972500.250.810.4941.5467.5330.2
Hex81611901951312a441e
Octal20114131031121615210436
Binary100000011100001110010110011010001110001101010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816119; }

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

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

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

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

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

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

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

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