Html Css Color HEX #846466 Empress

📋 copy color: '#846466'

red 132 ◦ green 100 ◦ blue 102

#846466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #846466

Tints of Empress #846466

RGB

 RED value IS 132 (51.95% from 255) = 39.52%

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 39.52%
G = 29.94%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#846466 (or 0x846466) is known color: Empress. HEX triplet: 84, 64 and 66. RGB value is (132,100,102). Sum of RGB (Red+Green+Blue) = 132+100+102=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #846466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846466 is #7B9B99. Grayscale: #6D6D6D. Windows color (decimal): -8100762 or 6710404. OLE color: 6710404.

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

Color convert

RGB 132 100 102 -
CMYK 0 0.24 0.23 0.48
HSL 356.25º 0.14% 0.45% -
HSV(B) 356.25º 0.24% 0.52% -
XYZ 16.47 14.98 14.59 -
YUV 109.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 132 100 102 0 0.24 0.23 0.48 356.25 0.14 0.45
Hex 84 64 66 0 18 17 30 164 E 2D
Octal 204 144 146 0 30 27 60 544 16 55
Binary 10000100 1100100 1100110 0 11000 10111 110000 101100100 1110 101101

Color Harmonies of #846466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846466

Black with #846466

Text Example


Text Example

White with #846466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846466; }

 p { color: rgb(132,100,102); }

 H1.HeaderClassName
 {
   color: #846466;
 }
 .AnyTagClassName
 {
   color: #846466;
 }
</style>

background-color css

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

 a { background-color: rgb(132,100,102); }

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

border-color css

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

 span { border-color: rgb(132,100,102); }

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