#867259

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

Shades of Cement #867259

Tints of Cement #867259

Color information

#867259 (or 0x867259) is unknown color: approx Cement. HEX triplet: 86, 72 and 59. RGB value is (134,114,89). Sum of RGB (Red+Green+Blue) = 134+114+89=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #867259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867259 is #798DA6. Grayscale: #757575. Windows color (decimal): -7966119 or 5862022. OLE color: 5862022.

HSL color Cylindrical-coordinate representation of color #867259: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867259 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13411489-
CMYK00.150.340.47
HSL33.33º20.18%43.73%-
HSV(B)33.33º33.58%52.55%-
XYZ17.6517.8211.96-
YUV117.13112.13140.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=39.76%
G=33.83%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341148900.150.340.4733.3320.1843.73
Hex8672590F222F21142c
Octal2061621310174257412454
Binary10000110111001010110010111110001010111110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867259; }

 p { color: rgb(134,114,89); }

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

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

 a { background-color: rgb(134,114,89); }

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

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

 span { border-color: rgb(134,114,89); }

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