#846D75

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

Shades of Empress #846D75

Tints of Empress #846D75

Color information

#846D75 (or 0x846D75) is unknown color: approx Empress. HEX triplet: 84, 6D and 75. RGB value is (132,109,117). Sum of RGB (Red+Green+Blue) = 132+109+117=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 132 - color contains mainly: red. Hex color #846D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D75 is #7B928A. Grayscale: #747474. Windows color (decimal): -8098443 or 7695748. OLE color: 7695748.

HSL color Cylindrical-coordinate representation of color #846D75: hue angle of 339.13º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846D75 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB132109117-
CMYK00.170.110.48
HSL339.13º9.54%47.25%-
HSV(B)339.13º17.42%51.76%-
XYZ18.217.1319.18-
YUV116.79128.12138.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=36.87%
G=30.45%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210911700.170.110.48339.139.5447.25
Hex846D75011B30153a2f
Octal20415516502113605231257
Binary100001001101101111010101000110111100001010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,109,117); }

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

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

 a { background-color: rgb(132,109,117); }

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

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

 span { border-color: rgb(132,109,117); }

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