#846F56

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

Shades of Cement #846F56

Tints of Cement #846F56

Color information

#846F56 (or 0x846F56) is unknown color: approx Cement. HEX triplet: 84, 6F and 56. RGB value is (132,111,86). Sum of RGB (Red+Green+Blue) = 132+111+86=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F56 is #7B90A9. Grayscale: #727272. Windows color (decimal): -8097962 or 5664644. OLE color: 5664644.

HSL color Cylindrical-coordinate representation of color #846F56: hue angle of 32.61º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #846F56 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13211186-
CMYK00.160.350.48
HSL32.61º21.1%42.75%-
HSV(B)32.61º34.85%51.76%-
XYZ16.8816.9511.19-
YUV114.43111.96140.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=40.12%
G=33.74%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321118600.160.350.4832.6121.142.75
Hex846F56010233021152b
Octal2041571260204360412553
Binary100001001101111101011001000010001111000010000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F56; }

 p { color: rgb(132,111,86); }

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

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

 a { background-color: rgb(132,111,86); }

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

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

 span { border-color: rgb(132,111,86); }

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