Html Css Color HEX #896D81 Strikemaster

📋 copy color: '#896D81'

red 137 ◦ green 109 ◦ blue 129

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

Shades of Strikemaster #896D81

Tints of Strikemaster #896D81

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 36.53%
G = 29.07%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#896D81 (or 0x896D81) is known color: Strikemaster. HEX triplet: 89, 6D and 81. RGB value is (137,109,129). Sum of RGB (Red+Green+Blue) = 137+109+129=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #896D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896D81 is #76927E. Grayscale: #777777. Windows color (decimal): -7770751 or 8482185. OLE color: 8482185.

HSL color Cylindrical-coordinate representation of color #896D81: hue angle of 317.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896D81 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 109 129 -
CMYK 0 0.20 0.06 0.46
HSL 317.14º 0.11% 0.48% -
HSV(B) 317.14º 0.2% 0.54% -
XYZ 19.75 17.84 23.17 -
YUV 119.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 137 109 129 0 0.20 0.06 0.46 317.14 0.11 0.48
Hex 89 6D 81 0 14 6 2E 13D B 30
Octal 211 155 201 0 24 6 56 475 13 60
Binary 10001001 1101101 10000001 0 10100 110 101110 100111101 1011 110000

Color Harmonies of #896D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896D81

Black with #896D81

Text Example


Text Example

White with #896D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,109,129); }

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

background-color css

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

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

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

border-color css

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

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

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