#867458

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

Shades of Cement #867458

Tints of Cement #867458

Color information

#867458 (or 0x867458) is unknown color: approx Cement. HEX triplet: 86, 74 and 58. RGB value is (134,116,88). Sum of RGB (Red+Green+Blue) = 134+116+88=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #867458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867458 is #798BA7. Grayscale: #767676. Windows color (decimal): -7965608 or 5796998. OLE color: 5796998.

HSL color Cylindrical-coordinate representation of color #867458: hue angle of 36.52º degrees, saturation: 0.21, 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 #867458 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13411688-
CMYK00.130.340.47
HSL36.52º20.72%43.53%-
HSV(B)36.52º34.33%52.55%-
XYZ17.8418.2611.82-
YUV118.19110.96139.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=39.64%
G=34.32%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341168800.130.340.4736.5220.7243.53
Hex8674580D222F25152c
Octal2061641300154257452554
Binary10000110111010010110000110110001010111110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867458; }

 p { color: rgb(134,116,88); }

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

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

 a { background-color: rgb(134,116,88); }

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

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

 span { border-color: rgb(134,116,88); }

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