#806f30

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

Shades of Pesto #806F30

Tints of Pesto #806F30

Color information

#806F30 (or 0x806F30) is unknown color: approx Pesto. HEX triplet: 80, 6F and 30. RGB value is (128,111,48). Sum of RGB (Red+Green+Blue) = 128+111+48=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #806F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806F30 is #7F90CF. Grayscale: #6D6D6D. Windows color (decimal): -8360144 or 3174272. OLE color: 3174272.

HSL color Cylindrical-coordinate representation of color #806F30: hue angle of 47.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #806F30 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB12811148-
CMYK00.130.620.50
HSL47.25º45.45%34.51%-
HSV(B)47.25º62.5%50.2%-
XYZ15.1216.175.12-
YUV108.993.63141.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 48 (19.14% from 255) = 16.72%
R=44.60%
G=38.68%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281114800.130.620.5047.2545.4534.51
Hex806F300D3E322f2d23
Octal200157600157662575543
Binary10000000110111111000001101111110110010101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806f30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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