Html Css Color HEX #896F85 Monsoon

📋 copy color: '#896F85'

red 137 ◦ green 111 ◦ blue 133

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

Shades of Monsoon #896F85

Tints of Monsoon #896F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 133 (52.34% from 255) = 34.91%

R = 35.96%
G = 29.13%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#896F85 (or 0x896F85) is known color: Monsoon. HEX triplet: 89, 6F and 85. RGB value is (137,111,133). Sum of RGB (Red+Green+Blue) = 137+111+133=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #896F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F85 is #76907A. Grayscale: #797979. Windows color (decimal): -7770235 or 8744841. OLE color: 8744841.

HSL color Cylindrical-coordinate representation of color #896F85: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F85 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 133 -
CMYK 0 0.19 0.03 0.46
HSL 309.23º 0.1% 0.49% -
HSV(B) 309.23º 0.19% 0.54% -
XYZ 20.23 18.38 24.67 -
YUV 121.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 137 111 133 0 0.19 0.03 0.46 309.23 0.1 0.49
Hex 89 6F 85 0 13 3 2E 135 A 31
Octal 211 157 205 0 23 3 56 465 12 61
Binary 10001001 1101111 10000101 0 10011 11 101110 100110101 1010 110001

Color Harmonies of #896F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F85

Black with #896F85

Text Example


Text Example

White with #896F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,111,133); }

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

background-color css

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

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

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

border-color css

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

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

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