#84696C

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

Shades of Empress #84696C

Tints of Empress #84696C

Color information

#84696C (or 0x84696C) is unknown color: approx Empress. HEX triplet: 84, 69 and 6C. RGB value is (132,105,108). Sum of RGB (Red+Green+Blue) = 132+105+108=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696C is #7B9693. Grayscale: #717171. Windows color (decimal): -8099476 or 7104900. OLE color: 7104900.

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

Color convert

RGB132105108-
CMYK00.200.180.48
HSL353.33º11.39%46.47%-
HSV(B)353.33º20.45%51.76%-
XYZ17.2716.0916.38-
YUV113.42124.95141.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=38.26%
G=30.43%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210510800.200.180.48353.3311.3946.47
Hex84696C0141230161b2e
Octal20415115402422605411356
Binary1000010011010011101100010100100101100001011000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84696C; }

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

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

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

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

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

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

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

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