#84676A

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

Shades of Empress #84676A

Tints of Empress #84676A

Color information

#84676A (or 0x84676A) is unknown color: approx Empress. HEX triplet: 84, 67 and 6A. RGB value is (132,103,106). Sum of RGB (Red+Green+Blue) = 132+103+106=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84676A is #7B9895. Grayscale: #707070. Windows color (decimal): -8099990 or 6973316. OLE color: 6973316.

HSL color Cylindrical-coordinate representation of color #84676A: hue angle of 353.79º 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 #84676A is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB132103106-
CMYK00.220.200.48
HSL353.79º12.34%46.08%-
HSV(B)353.79º21.97%51.76%-
XYZ16.9715.6515.76-
YUV112.01124.61142.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=38.71%
G=30.21%
B=31.09%

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
Decimal13210310600.220.200.48353.7912.3446.08
Hex84676A0161430162c2e
Octal20414715202624605421456
Binary1000010011001111101010010110101001100001011000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84676A; }

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

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

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

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

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

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

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

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