Html Css Color HEX #856869 Empress

📋 copy color: '#856869'

red 133 ◦ green 104 ◦ blue 105

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

Shades of Empress #856869

Tints of Empress #856869

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 38.89%
G = 30.41%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#856869 (or 0x856869) is known color: Empress. HEX triplet: 85, 68 and 69. RGB value is (133,104,105). Sum of RGB (Red+Green+Blue) = 133+104+105=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856869 is #7A9796. Grayscale: #707070. Windows color (decimal): -8034199 or 6908037. OLE color: 6908037.

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

Color convert

RGB 133 104 105 -
CMYK 0 0.22 0.21 0.48
HSL 357.93º 0.12% 0.46% -
HSV(B) 357.93º 0.22% 0.52% -
XYZ 17.17 15.91 15.53 -
YUV 112.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 133 104 105 0 0.22 0.21 0.48 357.93 0.12 0.46
Hex 85 68 69 0 16 15 30 166 C 2E
Octal 205 150 151 0 26 25 60 546 14 56
Binary 10000101 1101000 1101001 0 10110 10101 110000 101100110 1100 101110

Color Harmonies of #856869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856869

Black with #856869

Text Example


Text Example

White with #856869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856869; }

 p { color: rgb(133,104,105); }

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

background-color css

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

 a { background-color: rgb(133,104,105); }

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

border-color css

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

 span { border-color: rgb(133,104,105); }

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