Html Css Color HEX #896B81 Strikemaster

📋 copy color: '#896B81'

red 137 ◦ green 107 ◦ blue 129

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

Shades of Strikemaster #896B81

Tints of Strikemaster #896B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 36.73%
G = 28.69%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#896B81 (or 0x896B81) is known color: Strikemaster. HEX triplet: 89, 6B and 81. RGB value is (137,107,129). Sum of RGB (Red+Green+Blue) = 137+107+129=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896B81 is #76947E. Grayscale: #767676. Windows color (decimal): -7771263 or 8481673. OLE color: 8481673.

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

Color convert

RGB 137 107 129 -
CMYK 0 0.22 0.06 0.46
HSL 316º 0.12% 0.48% -
HSV(B) 316º 0.22% 0.54% -
XYZ 19.54 17.42 23.1 -
YUV 118.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 137 107 129 0 0.22 0.06 0.46 316 0.12 0.48
Hex 89 6B 81 0 16 6 2E 13C C 30
Octal 211 153 201 0 26 6 56 474 14 60
Binary 10001001 1101011 10000001 0 10110 110 101110 100111100 1100 110000

Color Harmonies of #896B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896B81

Black with #896B81

Text Example


Text Example

White with #896B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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