#846F54

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

Shades of Cement #846F54

Tints of Cement #846F54

Color information

#846F54 (or 0x846F54) is unknown color: approx Cement. HEX triplet: 84, 6F and 54. RGB value is (132,111,84). Sum of RGB (Red+Green+Blue) = 132+111+84=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #846F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F54 is #7B90AB. Grayscale: #727272. Windows color (decimal): -8097964 or 5533572. OLE color: 5533572.

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

Color convert

RGB13211184-
CMYK00.160.360.48
HSL33.75º22.22%42.35%-
HSV(B)33.75º36.36%51.76%-
XYZ16.816.9110.77-
YUV114.2110.96140.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=40.37%
G=33.94%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321118400.160.360.4833.7522.2242.35
Hex846F54010243022162a
Octal2041571240204460422652
Binary100001001101111101010001000010010011000010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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