Html Css Color HEX #896B6C Empress

📋 copy color: '#896B6C'

red 137 ◦ green 107 ◦ blue 108

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

Shades of Empress #896B6C

Tints of Empress #896B6C

RGB

 RED value IS 137 (53.91% from 255) = 38.92%

 GREEN value IS 107 (42.19% from 255) = 30.4%

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 38.92%
G = 30.4%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#896B6C (or 0x896B6C) is known color: Empress. HEX triplet: 89, 6B and 6C. RGB value is (137,107,108). Sum of RGB (Red+Green+Blue) = 137+107+108=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B6C is #769493. Grayscale: #747474. Windows color (decimal): -7771284 or 7105417. OLE color: 7105417.

HSL color Cylindrical-coordinate representation of color #896B6C: hue angle of 358º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #896B6C is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 107 108 -
CMYK 0 0.22 0.21 0.46
HSL 358º 0.12% 0.48% -
HSV(B) 358º 0.22% 0.54% -
XYZ 18.28 16.92 16.49 -
YUV 116.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 137 107 108 0 0.22 0.21 0.46 358 0.12 0.48
Hex 89 6B 6C 0 16 15 2E 166 C 30
Octal 211 153 154 0 26 25 56 546 14 60
Binary 10001001 1101011 1101100 0 10110 10101 101110 101100110 1100 110000

Color Harmonies of #896B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B6C

Black with #896B6C

Text Example


Text Example

White with #896B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896B6C; }

 p { color: rgb(137,107,108); }

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

background-color css

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

 a { background-color: rgb(137,107,108); }

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

border-color css

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

 span { border-color: rgb(137,107,108); }

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