#86765D

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

Shades of Cement #86765D

Tints of Cement #86765D

Color information

#86765D (or 0x86765D) is unknown color: approx Cement. HEX triplet: 86, 76 and 5D. RGB value is (134,118,93). Sum of RGB (Red+Green+Blue) = 134+118+93=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86765D is #7989A2. Grayscale: #787878. Windows color (decimal): -7965091 or 6125190. OLE color: 6125190.

HSL color Cylindrical-coordinate representation of color #86765D: hue angle of 36.59º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86765D is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13411893-
CMYK00.120.310.47
HSL36.59º18.06%44.51%-
HSV(B)36.59º30.6%52.55%-
XYZ18.2918.8213.02-
YUV119.93112.8138.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=38.84%
G=34.20%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341189300.120.310.4736.5918.0644.51
Hex86765D0C1F2F25122d
Octal2061661350143757452255
Binary1000011011101101011101011001111110111110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86765D; }

 p { color: rgb(134,118,93); }

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

<style>
 a { background-color: #86765D; }

 a { background-color: rgb(134,118,93); }

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

<style>
 span { border-color: #86765D; }

 span { border-color: rgb(134,118,93); }

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