Html Css Color HEX #867C36 Pesto

📋 copy color: '#867C36'

red 134 ◦ green 124 ◦ blue 54

#867C36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pesto #867C36

Tints of Pesto #867C36

RGB

 RED value IS 134 (52.73% from 255) = 42.95%

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 42.95%
G = 39.74%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#867C36 (or 0x867C36) is known color: Pesto. HEX triplet: 86, 7C and 36. RGB value is (134,124,54). Sum of RGB (Red+Green+Blue) = 134+124+54=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #867C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C36 is #7983C9. Grayscale: #777777. Windows color (decimal): -7963594 or 3570822. OLE color: 3570822.

HSL color Cylindrical-coordinate representation of color #867C36: hue angle of 52.5º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #867C36 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 54 -
CMYK 0 0.07 0.60 0.47
HSL 52.5º 0.43% 0.37% -
HSV(B) 52.5º 0.6% 0.53% -
XYZ 17.71 19.75 6.37 -
YUV 119.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 134 124 54 0 0.07 0.60 0.47 52.5 0.43 0.37
Hex 86 7C 36 0 7 3C 2F 34 2B 25
Octal 206 174 66 0 7 74 57 64 53 45
Binary 10000110 1111100 110110 0 111 111100 101111 110100 101011 100101

Color Harmonies of #867C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C36

Black with #867C36

Text Example


Text Example

White with #867C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,54); }

 H1.HeaderClassName
 {
   color: #867C36;
 }
 .AnyTagClassName
 {
   color: #867C36;
 }
</style>

background-color css

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

 a { background-color: rgb(134,124,54); }

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

border-color css

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

 span { border-color: rgb(134,124,54); }

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