Html Css Color HEX #895656 Rose Taupe

📋 copy color: '#895656'

red 137 ◦ green 86 ◦ blue 86

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

Shades of Rose Taupe #895656

Tints of Rose Taupe #895656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 44.34%
G = 27.83%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#895656 (or 0x895656) is known color: Rose Taupe. HEX triplet: 89, 56 and 56. RGB value is (137,86,86). Sum of RGB (Red+Green+Blue) = 137+86+86=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895656 is #76A9A9. Grayscale: #656565. Windows color (decimal): -7776682 or 5658249. OLE color: 5658249.

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

Color convert

RGB 137 86 86 -
CMYK 0 0.37 0.37 0.46
HSL 0.23% 0.44% -
HSV(B) 0.37% 0.54% -
XYZ 15.32 12.65 10.44 -
YUV 101.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 137 86 86 0 0.37 0.37 0.46 0 0.23 0.44
Hex 89 56 56 0 25 25 2E 0 17 2C
Octal 211 126 126 0 45 45 56 0 27 54
Binary 10001001 1010110 1010110 0 100101 100101 101110 0 10111 101100

Color Harmonies of #895656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895656

Black with #895656

Text Example


Text Example

White with #895656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895656; }

 p { color: rgb(137,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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