#86765B

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

Shades of Cement #86765B

Tints of Cement #86765B

Color information

#86765B (or 0x86765B) is unknown color: approx Cement. HEX triplet: 86, 76 and 5B. RGB value is (134,118,91). Sum of RGB (Red+Green+Blue) = 134+118+91=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86765B is #7989A4. Grayscale: #777777. Windows color (decimal): -7965093 or 5994118. OLE color: 5994118.

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

Color convert

RGB13411891-
CMYK00.120.320.47
HSL37.67º19.11%44.12%-
HSV(B)37.67º32.09%52.55%-
XYZ18.218.7812.56-
YUV119.71111.8138.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=39.07%
G=34.40%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341189100.120.320.4737.6719.1144.12
Hex86765B0C202F26132c
Octal2061661330144057462354
Binary10000110111011010110110110010000010111110011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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