Html Css Color HEX #896F83 Monsoon

📋 copy color: '#896F83'

red 137 ◦ green 111 ◦ blue 131

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

Shades of Monsoon #896F83

Tints of Monsoon #896F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 36.15%
G = 29.29%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#896F83 (or 0x896F83) is known color: Monsoon. HEX triplet: 89, 6F and 83. RGB value is (137,111,131). Sum of RGB (Red+Green+Blue) = 137+111+131=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #896F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F83 is #76907C. Grayscale: #797979. Windows color (decimal): -7770237 or 8613769. OLE color: 8613769.

HSL color Cylindrical-coordinate representation of color #896F83: hue angle of 313.85º 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 #896F83 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 131 -
CMYK 0 0.19 0.04 0.46
HSL 313.85º 0.1% 0.49% -
HSV(B) 313.85º 0.19% 0.54% -
XYZ 20.1 18.33 23.95 -
YUV 121.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 137 111 131 0 0.19 0.04 0.46 313.85 0.1 0.49
Hex 89 6F 83 0 13 4 2E 13A A 31
Octal 211 157 203 0 23 4 56 472 12 61
Binary 10001001 1101111 10000011 0 10011 100 101110 100111010 1010 110001

Color Harmonies of #896F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F83

Black with #896F83

Text Example


Text Example

White with #896F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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