#80601F

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

Shades of Yukon Gold #80601F

Tints of Yukon Gold #80601F

Color information

#80601F (or 0x80601F) is unknown color: approx Yukon Gold. HEX triplet: 80, 60 and 1F. RGB value is (128,96,31). Sum of RGB (Red+Green+Blue) = 128+96+31=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80601F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80601F is #7F9FE0. Grayscale: #626262. Windows color (decimal): -8364001 or 2056320. OLE color: 2056320.

HSL color Cylindrical-coordinate representation of color #80601F: hue angle of 40.21º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80601F is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB1289631-
CMYK00.250.760.50
HSL40.21º61.01%31.18%-
HSV(B)40.21º75.78%50.2%-
XYZ13.3313.053.11-
YUV98.1690.1149.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=50.20%
G=37.65%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128963100.250.760.5040.2161.0131.18
Hex80601F0194C32283d1f
Octal2001403703111462507537
Binary10000000110000011111011001100110011001010100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80601F; }

 p { color: rgb(128,96,31); }

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

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

 a { background-color: rgb(128,96,31); }

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

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

 span { border-color: rgb(128,96,31); }

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