#806F2C

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

Shades of Pesto #806F2C

Tints of Pesto #806F2C

Color information

#806F2C (or 0x806F2C) is unknown color: approx Pesto. HEX triplet: 80, 6F and 2C. RGB value is (128,111,44). Sum of RGB (Red+Green+Blue) = 128+111+44=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #806F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F2C is #7F90D3. Grayscale: #6C6C6C. Windows color (decimal): -8360148 or 2912128. OLE color: 2912128.

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

Color convert

RGB12811144-
CMYK00.130.660.50
HSL47.86º48.84%33.73%-
HSV(B)47.86º65.62%50.2%-
XYZ15.0416.144.71-
YUV108.4491.63141.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=45.23%
G=39.22%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281114400.130.660.5047.8648.8433.73
Hex806F2C0D4232303122
Octal2001575401510262606142
Binary100000001101111101100011011000010110010110000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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