#867658

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

Shades of Cement #867658

Tints of Cement #867658

Color information

#867658 (or 0x867658) is unknown color: approx Cement. HEX triplet: 86, 76 and 58. RGB value is (134,118,88). Sum of RGB (Red+Green+Blue) = 134+118+88=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #867658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867658 is #7989A7. Grayscale: #777777. Windows color (decimal): -7965096 or 5797510. OLE color: 5797510.

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

Color convert

RGB13411888-
CMYK00.120.340.47
HSL39.13º20.72%43.53%-
HSV(B)39.13º34.33%52.55%-
XYZ18.0718.7311.9-
YUV119.36110.3138.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=39.41%
G=34.71%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341188800.120.340.4739.1320.7243.53
Hex8676580C222F27152c
Octal2061661300144257472554
Binary10000110111011010110000110010001010111110011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867658; }

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

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

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

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

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

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

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

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