Html Css Color HEX #856465 Empress

📋 copy color: '#856465'

red 133 ◦ green 100 ◦ blue 101

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

Shades of Empress #856465

Tints of Empress #856465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 39.82%
G = 29.94%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#856465 (or 0x856465) is known color: Empress. HEX triplet: 85, 64 and 65. RGB value is (133,100,101). Sum of RGB (Red+Green+Blue) = 133+100+101=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856465 is #7A9B9A. Grayscale: #6E6E6E. Windows color (decimal): -8035227 or 6644869. OLE color: 6644869.

HSL color Cylindrical-coordinate representation of color #856465: hue angle of 358.18º 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 #856465 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 101 -
CMYK 0 0.25 0.24 0.48
HSL 358.18º 0.14% 0.46% -
HSV(B) 358.18º 0.25% 0.52% -
XYZ 16.58 15.04 14.34 -
YUV 109.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 133 100 101 0 0.25 0.24 0.48 358.18 0.14 0.46
Hex 85 64 65 0 19 18 30 166 E 2E
Octal 205 144 145 0 31 30 60 546 16 56
Binary 10000101 1100100 1100101 0 11001 11000 110000 101100110 1110 101110

Color Harmonies of #856465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856465

Black with #856465

Text Example


Text Example

White with #856465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856465; }

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

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

background-color css

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

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

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

border-color css

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

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

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