#846F59

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

Shades of Cement #846F59

Tints of Cement #846F59

Color information

#846F59 (or 0x846F59) is unknown color: approx Cement. HEX triplet: 84, 6F and 59. RGB value is (132,111,89). Sum of RGB (Red+Green+Blue) = 132+111+89=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F59 is #7B90A6. Grayscale: #727272. Windows color (decimal): -8097959 or 5861252. OLE color: 5861252.

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

Color convert

RGB13211189-
CMYK00.160.330.48
HSL30.7º19.46%43.33%-
HSV(B)30.7º32.58%51.76%-
XYZ171711.84-
YUV114.77113.46140.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=39.76%
G=33.43%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321118900.160.330.4830.719.4643.33
Hex846F5901021301f132b
Octal2041571310204160372353
Binary10000100110111110110010100001000011100001111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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