#86735C

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

Shades of Cement #86735C

Tints of Cement #86735C

Color information

#86735C (or 0x86735C) is unknown color: approx Cement. HEX triplet: 86, 73 and 5C. RGB value is (134,115,92). Sum of RGB (Red+Green+Blue) = 134+115+92=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #86735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86735C is #798CA3. Grayscale: #767676. Windows color (decimal): -7965860 or 6058886. OLE color: 6058886.

HSL color Cylindrical-coordinate representation of color #86735C: hue angle of 32.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86735C is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13411592-
CMYK00.140.310.47
HSL32.86º18.58%44.31%-
HSV(B)32.86º31.34%52.55%-
XYZ17.8918.112.68-
YUV118.06113.29139.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=39.30%
G=33.72%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341159200.140.310.4732.8618.5844.31
Hex86735C0E1F2F21132c
Octal2061631340163757412354
Binary1000011011100111011100011101111110111110000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86735C; }

 p { color: rgb(134,115,92); }

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

<style>
 a { background-color: #86735C; }

 a { background-color: rgb(134,115,92); }

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

<style>
 span { border-color: #86735C; }

 span { border-color: rgb(134,115,92); }

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