#867B34

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

Shades of Pesto #867B34

Tints of Pesto #867B34

Color information

#867B34 (or 0x867B34) is unknown color: approx Pesto. HEX triplet: 86, 7B and 34. RGB value is (134,123,52). Sum of RGB (Red+Green+Blue) = 134+123+52=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #867B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B34 is #7984CB. Grayscale: #767676. Windows color (decimal): -7963852 or 3439494. OLE color: 3439494.

HSL color Cylindrical-coordinate representation of color #867B34: hue angle of 51.95º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #867B34 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB13412352-
CMYK00.080.610.47
HSL51.95º44.09%36.47%-
HSV(B)51.95º61.19%52.55%-
XYZ17.5319.486.09-
YUV118.290.64139.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=43.37%
G=39.81%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341235200.080.610.4751.9544.0936.47
Hex867B34083D2F342c24
Octal206173640107557645444
Binary10000110111101111010001000111101101111110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867B34; }

 p { color: rgb(134,123,52); }

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

<style>
 a { background-color: #867B34; }

 a { background-color: rgb(134,123,52); }

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

<style>
 span { border-color: #867B34; }

 span { border-color: rgb(134,123,52); }

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