#806E25

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

Shades of Yukon Gold #806E25

Tints of Yukon Gold #806E25

Color information

#806E25 (or 0x806E25) is unknown color: approx Yukon Gold. HEX triplet: 80, 6E and 25. RGB value is (128,110,37). Sum of RGB (Red+Green+Blue) = 128+110+37=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #806E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806E25 is #7F91DA. Grayscale: #6B6B6B. Windows color (decimal): -8360411 or 2453120. OLE color: 2453120.

HSL color Cylindrical-coordinate representation of color #806E25: hue angle of 48.13º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #806E25 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB12811037-
CMYK00.140.710.50
HSL48.13º55.15%32.35%-
HSV(B)48.13º71.09%50.2%-
XYZ14.8115.874.03-
YUV107.0688.46142.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=46.55%
G=40%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281103700.140.710.5048.1355.1532.35
Hex806E250E4732303720
Octal2001564501610762606740
Binary100000001101110100101011101000111110010110000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806E25; }

 p { color: rgb(128,110,37); }

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

<style>
 a { background-color: #806E25; }

 a { background-color: rgb(128,110,37); }

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

<style>
 span { border-color: #806E25; }

 span { border-color: rgb(128,110,37); }

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