#816224

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

Shades of Yukon Gold #816224

Tints of Yukon Gold #816224

Color information

#816224 (or 0x816224) is unknown color: approx Yukon Gold. HEX triplet: 81, 62 and 24. RGB value is (129,98,36). Sum of RGB (Red+Green+Blue) = 129+98+36=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #816224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816224 is #7E9DDB. Grayscale: #646464. Windows color (decimal): -8297948 or 2384513. OLE color: 2384513.

HSL color Cylindrical-coordinate representation of color #816224: hue angle of 40º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #816224 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1299836-
CMYK00.240.720.49
HSL40º56.36%32.35%-
HSV(B)40º72.09%50.59%-
XYZ13.7413.533.56-
YUV100.291.77148.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=49.05%
G=37.26%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129983600.240.720.494056.3632.35
Hex8162240184831283820
Octal2011424403011061507040
Binary1000000111000101001000110001001000110001101000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816224; }

 p { color: rgb(129,98,36); }

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

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

 a { background-color: rgb(129,98,36); }

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

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

 span { border-color: rgb(129,98,36); }

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