#816213

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

Shades of Yukon Gold #816213

Tints of Yukon Gold #816213

Color information

#816213 (or 0x816213) is unknown color: approx Yukon Gold. HEX triplet: 81, 62 and 13. RGB value is (129,98,19). Sum of RGB (Red+Green+Blue) = 129+98+19=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #816213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816213 is #7E9DEC. Grayscale: #626262. Windows color (decimal): -8297965 or 1270401. OLE color: 1270401.

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

Color convert

RGB1299819-
CMYK00.240.850.49
HSL43.09º74.32%29.02%-
HSV(B)43.09º85.27%50.59%-
XYZ13.5413.452.5-
YUV98.2683.27149.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=52.44%
G=39.84%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129981900.240.850.4943.0974.3229.02
Hex81621301855312b4a1d
Octal20114223030125615311235
Binary100000011100010100110110001010101110001101011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816213; }

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

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

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

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

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

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

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

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