Html Css Color HEX #856364 Empress

📋 copy color: '#856364'

red 133 ◦ green 99 ◦ blue 100

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

Shades of Empress #856364

Tints of Empress #856364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

 BLUE value IS 100 (39.45% from 255) = 30.12%

R = 40.06%
G = 29.82%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#856364 (or 0x856364) is known color: Empress. HEX triplet: 85, 63 and 64. RGB value is (133,99,100). Sum of RGB (Red+Green+Blue) = 133+99+100=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #856364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856364 is #7A9C9B. Grayscale: #6D6D6D. Windows color (decimal): -8035484 or 6579077. OLE color: 6579077.

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

Color convert

RGB 133 99 100 -
CMYK 0 0.26 0.25 0.48
HSL 358.24º 0.15% 0.45% -
HSV(B) 358.24º 0.26% 0.52% -
XYZ 16.43 14.83 14.05 -
YUV 109.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 133 99 100 0 0.26 0.25 0.48 358.24 0.15 0.45
Hex 85 63 64 0 1A 19 30 166 F 2D
Octal 205 143 144 0 32 31 60 546 17 55
Binary 10000101 1100011 1100100 0 11010 11001 110000 101100110 1111 101101

Color Harmonies of #856364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856364

Black with #856364

Text Example


Text Example

White with #856364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856364; }

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

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

background-color css

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

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

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

border-color css

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

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

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