#80691C

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

Shades of Yukon Gold #80691C

Tints of Yukon Gold #80691C

Color information

#80691C (or 0x80691C) is unknown color: approx Yukon Gold. HEX triplet: 80, 69 and 1C. RGB value is (128,105,28). Sum of RGB (Red+Green+Blue) = 128+105+28=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80691C is #7F96E3. Grayscale: #676767. Windows color (decimal): -8361700 or 1862016. OLE color: 1862016.

HSL color Cylindrical-coordinate representation of color #80691C: hue angle of 46.2º 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 #80691C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB12810528-
CMYK00.180.780.50
HSL46.2º64.1%30.59%-
HSV(B)46.2º78.12%50.2%-
XYZ14.1614.783.2-
YUV103.185.62145.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 28 (11.33% from 255) = 10.73%
R=49.04%
G=40.23%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281052800.180.780.5046.264.130.59
Hex80691C0124E322e401f
Octal20015134022116625610037
Binary100000001101001111000100101001110110010101110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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