#846869

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

Shades of Empress #846869

Tints of Empress #846869

Color information

#846869 (or 0x846869) is unknown color: approx Empress. HEX triplet: 84, 68 and 69. RGB value is (132,104,105). Sum of RGB (Red+Green+Blue) = 132+104+105=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #846869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846869 is #7B9796. Grayscale: #707070. Windows color (decimal): -8099735 or 6908036. OLE color: 6908036.

HSL color Cylindrical-coordinate representation of color #846869: hue angle of 357.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846869 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB132104105-
CMYK00.210.200.48
HSL357.86º11.86%46.27%-
HSV(B)357.86º21.21%51.76%-
XYZ17.0215.8315.52-
YUV112.49123.78141.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=38.71%
G=30.50%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210410500.210.200.48357.8611.8646.27
Hex8468690151430166c2e
Octal20415015102524605461456
Binary1000010011010001101001010101101001100001011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846869; }

 p { color: rgb(132,104,105); }

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

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

 a { background-color: rgb(132,104,105); }

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

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

 span { border-color: rgb(132,104,105); }

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