#86755A

Color #86755A Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #86755A

Tints of Cement #86755A

Color information

#86755A (or 0x86755A) is unknown color: approx Cement. HEX triplet: 86, 75 and 5A. RGB value is (134,117,90). Sum of RGB (Red+Green+Blue) = 134+117+90=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86755A is #798AA5. Grayscale: #777777. Windows color (decimal): -7965350 or 5928326. OLE color: 5928326.

HSL color Cylindrical-coordinate representation of color #86755A: hue angle of 36.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86755A is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13411790-
CMYK00.130.330.47
HSL36.82º19.64%43.92%-
HSV(B)36.82º32.84%52.55%-
XYZ18.0418.5312.3-
YUV119.01111.63138.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=39.30%
G=34.31%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341179000.130.330.4736.8219.6443.92
Hex86755A0D212F25142c
Octal2061651320154157452454
Binary10000110111010110110100110110000110111110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86755A; }

 p { color: rgb(134,117,90); }

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

<style>
 a { background-color: #86755A; }

 a { background-color: rgb(134,117,90); }

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

<style>
 span { border-color: #86755A; }

 span { border-color: rgb(134,117,90); }

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