#806D2E

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

Shades of Yukon Gold #806D2E

Tints of Yukon Gold #806D2E

Color information

#806D2E (or 0x806D2E) is unknown color: approx Yukon Gold. HEX triplet: 80, 6D and 2E. RGB value is (128,109,46). Sum of RGB (Red+Green+Blue) = 128+109+46=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #806D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D2E is #7F92D1. Grayscale: #6B6B6B. Windows color (decimal): -8360658 or 3042688. OLE color: 3042688.

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

Color convert

RGB12810946-
CMYK00.150.640.50
HSL46.1º47.13%34.12%-
HSV(B)46.1º64.06%50.2%-
XYZ14.8615.724.84-
YUV107.593.29142.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 109 (42.97% from 255) = 38.52%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=45.23%
G=38.52%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281094600.150.640.5046.147.1334.12
Hex806D2E0F40322e2f22
Octal2001555601710062565742
Binary100000001101101101110011111000000110010101110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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