#806D2C

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

Shades of Yukon Gold #806D2C

Tints of Yukon Gold #806D2C

Color information

#806D2C (or 0x806D2C) is unknown color: approx Yukon Gold. HEX triplet: 80, 6D and 2C. RGB value is (128,109,44). Sum of RGB (Red+Green+Blue) = 128+109+44=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #806D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D2C is #7F92D3. Grayscale: #6B6B6B. Windows color (decimal): -8360660 or 2911616. OLE color: 2911616.

HSL color Cylindrical-coordinate representation of color #806D2C: hue angle of 46.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #806D2C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB12810944-
CMYK00.150.660.50
HSL46.43º48.84%33.73%-
HSV(B)46.43º65.62%50.2%-
XYZ14.8315.714.63-
YUV107.2792.29142.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=45.55%
G=38.79%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281094400.150.660.5046.4348.8433.73
Hex806D2C0F42322e3122
Octal2001555401710262566142
Binary100000001101101101100011111000010110010101110110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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