#846C53

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

Shades of Cement #846C53

Tints of Cement #846C53

Color information

#846C53 (or 0x846C53) is unknown color: approx Cement. HEX triplet: 84, 6C and 53. RGB value is (132,108,83). Sum of RGB (Red+Green+Blue) = 132+108+83=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #846C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C53 is #7B93AC. Grayscale: #707070. Windows color (decimal): -8098733 or 5467268. OLE color: 5467268.

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

Color convert

RGB13210883-
CMYK00.180.370.48
HSL30.61º22.79%42.16%-
HSV(B)30.61º37.12%51.76%-
XYZ16.4416.2610.45-
YUV112.33111.45142.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=40.87%
G=33.44%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321088300.180.370.4830.6122.7942.16
Hex846C5301225301f172a
Octal2041541230224560372752
Binary10000100110110010100110100101001011100001111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,108,83); }

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

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

 a { background-color: rgb(132,108,83); }

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

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

 span { border-color: rgb(132,108,83); }

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