#80651C

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

Shades of Yukon Gold #80651C

Tints of Yukon Gold #80651C

Color information

#80651C (or 0x80651C) is unknown color: approx Yukon Gold. HEX triplet: 80, 65 and 1C. RGB value is (128,101,28). Sum of RGB (Red+Green+Blue) = 128+101+28=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80651C is #7F9AE3. Grayscale: #656565. Windows color (decimal): -8362724 or 1860992. OLE color: 1860992.

HSL color Cylindrical-coordinate representation of color #80651C: hue angle of 43.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80651C is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB12810128-
CMYK00.210.780.50
HSL43.8º64.1%30.59%-
HSV(B)43.8º78.12%50.2%-
XYZ13.7713.983.07-
YUV100.7586.95147.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=49.81%
G=39.30%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281012800.210.780.5043.864.130.59
Hex80651C0154E322c401f
Octal20014534025116625410037
Binary100000001100101111000101011001110110010101100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,101,28); }

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

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

 a { background-color: rgb(128,101,28); }

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

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

 span { border-color: rgb(128,101,28); }

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