#806D25

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

Shades of Yukon Gold #806D25

Tints of Yukon Gold #806D25

Color information

#806D25 (or 0x806D25) is unknown color: approx Yukon Gold. HEX triplet: 80, 6D and 25. RGB value is (128,109,37). Sum of RGB (Red+Green+Blue) = 128+109+37=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #806D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D25 is #7F92DA. Grayscale: #6A6A6A. Windows color (decimal): -8360667 or 2452864. OLE color: 2452864.

HSL color Cylindrical-coordinate representation of color #806D25: hue angle of 47.47º 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 #806D25 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB12810937-
CMYK00.150.710.50
HSL47.47º55.15%32.35%-
HSV(B)47.47º71.09%50.2%-
XYZ14.715.664-
YUV106.4788.79143.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 37 (14.84% from 255) = 13.50%
R=46.72%
G=39.78%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281093700.150.710.5047.4755.1532.35
Hex806D250F47322f3720
Octal2001554501710762576740
Binary100000001101101100101011111000111110010101111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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