#80692E

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

Shades of Yukon Gold #80692E

Tints of Yukon Gold #80692E

Color information

#80692E (or 0x80692E) is unknown color: approx Yukon Gold. HEX triplet: 80, 69 and 2E. RGB value is (128,105,46). Sum of RGB (Red+Green+Blue) = 128+105+46=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80692E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80692E is #7F96D1. Grayscale: #696969. Windows color (decimal): -8361682 or 3041664. OLE color: 3041664.

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

Color convert

RGB12810546-
CMYK00.180.640.50
HSL43.17º47.13%34.12%-
HSV(B)43.17º64.06%50.2%-
XYZ14.4514.894.7-
YUV105.1594.62144.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=45.88%
G=37.63%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281054600.180.640.5043.1747.1334.12
Hex80692E01240322b2f22
Octal2001515602210062535742
Binary1000000011010011011100100101000000110010101011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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