#80610C

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

Shades of Yukon Gold #80610C

Tints of Yukon Gold #80610C

Color information

#80610C (or 0x80610C) is unknown color: approx Yukon Gold. HEX triplet: 80, 61 and 0C. RGB value is (128,97,12). Sum of RGB (Red+Green+Blue) = 128+97+12=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80610C is #7F9EF3. Grayscale: #606060. Windows color (decimal): -8363764 or 811392. OLE color: 811392.

HSL color Cylindrical-coordinate representation of color #80610C: hue angle of 43.97º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80610C is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1289712-
CMYK00.240.910.50
HSL43.97º82.86%27.45%-
HSV(B)43.97º90.62%50.2%-
XYZ13.2413.172.19-
YUV96.5880.27150.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.01%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=54.01%
G=40.93%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128971200.240.910.5043.9782.8627.45
Hex8061C0185B322c531b
Octal20014114030133625412333
Binary10000000110000111000110001011011110010101100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80610C; }

 p { color: rgb(128,97,12); }

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

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

 a { background-color: rgb(128,97,12); }

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

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

 span { border-color: rgb(128,97,12); }

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