Html Css Color HEX #895B61 Cannon Pink

📋 copy color: '#895B61'

red 137 ◦ green 91 ◦ blue 97

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

Shades of Cannon Pink #895B61

Tints of Cannon Pink #895B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28%

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 42.15%
G = 28%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#895B61 (or 0x895B61) is known color: Cannon Pink. HEX triplet: 89, 5B and 61. RGB value is (137,91,97). Sum of RGB (Red+Green+Blue) = 137+91+97=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B61 is #76A49E. Grayscale: #696969. Windows color (decimal): -7775391 or 6380425. OLE color: 6380425.

HSL color Cylindrical-coordinate representation of color #895B61: hue angle of 352.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895B61 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 91 97 -
CMYK 0 0.34 0.29 0.46
HSL 352.17º 0.2% 0.45% -
HSV(B) 352.17º 0.34% 0.54% -
XYZ 16.22 13.66 13.09 -
YUV 105.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 137 91 97 0 0.34 0.29 0.46 352.17 0.2 0.45
Hex 89 5B 61 0 22 1D 2E 160 14 2D
Octal 211 133 141 0 42 35 56 540 24 55
Binary 10001001 1011011 1100001 0 100010 11101 101110 101100000 10100 101101

Color Harmonies of #895B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B61

Black with #895B61

Text Example


Text Example

White with #895B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895B61; }

 p { color: rgb(137,91,97); }

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

background-color css

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

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

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

border-color css

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

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

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