#80692F

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

Shades of Yukon Gold #80692F

Tints of Yukon Gold #80692F

Color information

#80692F (or 0x80692F) is unknown color: approx Yukon Gold. HEX triplet: 80, 69 and 2F. RGB value is (128,105,47). Sum of RGB (Red+Green+Blue) = 128+105+47=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #80692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80692F is #7F96D0. Grayscale: #696969. Windows color (decimal): -8361681 or 3107200. OLE color: 3107200.

HSL color Cylindrical-coordinate representation of color #80692F: hue angle of 42.96º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80692F is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB12810547-
CMYK00.180.630.50
HSL42.96º46.29%34.31%-
HSV(B)42.96º63.28%50.2%-
XYZ14.4714.94.8-
YUV105.2695.12144.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=45.71%
G=37.5%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281054700.180.630.5042.9646.2934.31
Hex80692F0123F322b2e22
Octal200151570227762535642
Binary100000001101001101111010010111111110010101011101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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