Html Css Color HEX #856466 Empress

📋 copy color: '#856466'

red 133 ◦ green 100 ◦ blue 102

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

Shades of Empress #856466

Tints of Empress #856466

RGB

 RED value IS 133 (52.34% from 255) = 39.7%

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

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

R = 39.7%
G = 29.85%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#856466 (or 0x856466) is known color: Empress. HEX triplet: 85, 64 and 66. RGB value is (133,100,102). Sum of RGB (Red+Green+Blue) = 133+100+102=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856466 is #7A9B99. Grayscale: #6E6E6E. Windows color (decimal): -8035226 or 6710405. OLE color: 6710405.

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

Color convert

RGB 133 100 102 -
CMYK 0 0.25 0.23 0.48
HSL 356.36º 0.14% 0.46% -
HSV(B) 356.36º 0.25% 0.52% -
XYZ 16.63 15.06 14.6 -
YUV 110.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 133 100 102 0 0.25 0.23 0.48 356.36 0.14 0.46
Hex 85 64 66 0 19 17 30 164 E 2E
Octal 205 144 146 0 31 27 60 544 16 56
Binary 10000101 1100100 1100110 0 11001 10111 110000 101100100 1110 101110

Color Harmonies of #856466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856466

Black with #856466

Text Example


Text Example

White with #856466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856466; }

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

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

background-color css

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

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

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

border-color css

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

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

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