#86765E

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

Shades of Cement #86765E

Tints of Cement #86765E

Color information

#86765E (or 0x86765E) is unknown color: approx Cement. HEX triplet: 86, 76 and 5E. RGB value is (134,118,94). Sum of RGB (Red+Green+Blue) = 134+118+94=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86765E is #7989A1. Grayscale: #787878. Windows color (decimal): -7965090 or 6190726. OLE color: 6190726.

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

Color convert

RGB13411894-
CMYK00.120.300.47
HSL36º17.54%44.71%-
HSV(B)36º29.85%52.55%-
XYZ18.3318.8313.26-
YUV120.05113.3137.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=38.73%
G=34.10%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341189400.120.300.473617.5444.71
Hex86765E0C1E2F24122d
Octal2061661360143657442255
Binary1000011011101101011110011001111010111110010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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