#846365

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

Shades of Empress #846365

Tints of Empress #846365

Color information

#846365 (or 0x846365) is unknown color: approx Empress. HEX triplet: 84, 63 and 65. RGB value is (132,99,101). Sum of RGB (Red+Green+Blue) = 132+99+101=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846365 is #7B9C9A. Grayscale: #6D6D6D. Windows color (decimal): -8101019 or 6644612. OLE color: 6644612.

HSL color Cylindrical-coordinate representation of color #846365: hue angle of 356.36º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846365 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13299101-
CMYK00.250.230.48
HSL356.36º14.29%45.29%-
HSV(B)356.36º25%51.76%-
XYZ16.3314.7714.3-
YUV109.09123.43144.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=39.76%
G=29.82%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329910100.250.230.48356.3614.2945.29
Hex8463650191730164e2d
Octal20414314503127605441655
Binary1000010011000111100101011001101111100001011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846365; }

 p { color: rgb(132,99,101); }

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

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

 a { background-color: rgb(132,99,101); }

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

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

 span { border-color: rgb(132,99,101); }

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