#846769

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

Shades of Empress #846769

Tints of Empress #846769

Color information

#846769 (or 0x846769) is unknown color: approx Empress. HEX triplet: 84, 67 and 69. RGB value is (132,103,105). Sum of RGB (Red+Green+Blue) = 132+103+105=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #846769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846769 is #7B9896. Grayscale: #6F6F6F. Windows color (decimal): -8099991 or 6907780. OLE color: 6907780.

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

Color convert

RGB132103105-
CMYK00.220.200.48
HSL355.86º12.34%46.08%-
HSV(B)355.86º21.97%51.76%-
XYZ16.9215.6315.49-
YUV111.9124.11142.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=38.82%
G=30.29%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210310500.220.200.48355.8612.3446.08
Hex8467690161430164c2e
Octal20414715102624605441456
Binary1000010011001111101001010110101001100001011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846769; }

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

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

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

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

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

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

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

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