#806F2E

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

Shades of Pesto #806F2E

Tints of Pesto #806F2E

Color information

#806F2E (or 0x806F2E) is unknown color: approx Pesto. HEX triplet: 80, 6F and 2E. RGB value is (128,111,46). Sum of RGB (Red+Green+Blue) = 128+111+46=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #806F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F2E is #7F90D1. Grayscale: #6C6C6C. Windows color (decimal): -8360146 or 3043200. OLE color: 3043200.

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

Color convert

RGB12811146-
CMYK00.130.640.50
HSL47.56º47.13%34.12%-
HSV(B)47.56º64.06%50.2%-
XYZ15.0816.164.91-
YUV108.6792.63141.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=44.91%
G=38.95%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281114600.130.640.5047.5647.1334.12
Hex806F2E0D4032302f22
Octal2001575601510062605742
Binary100000001101111101110011011000000110010110000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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