#86735A

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

Shades of Cement #86735A

Tints of Cement #86735A

Color information

#86735A (or 0x86735A) is unknown color: approx Cement. HEX triplet: 86, 73 and 5A. RGB value is (134,115,90). Sum of RGB (Red+Green+Blue) = 134+115+90=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86735A is #798CA5. Grayscale: #757575. Windows color (decimal): -7965862 or 5927814. OLE color: 5927814.

HSL color Cylindrical-coordinate representation of color #86735A: hue angle of 34.09º 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 #86735A is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13411590-
CMYK00.140.330.47
HSL34.09º19.64%43.92%-
HSV(B)34.09º32.84%52.55%-
XYZ17.8118.0712.22-
YUV117.83112.29139.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=39.53%
G=33.92%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341159000.140.330.4734.0919.6443.92
Hex86735A0E212F22142c
Octal2061631320164157422454
Binary10000110111001110110100111010000110111110001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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