Html Css Color HEX #896679 Strikemaster

📋 copy color: '#896679'

red 137 ◦ green 102 ◦ blue 121

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

Shades of Strikemaster #896679

Tints of Strikemaster #896679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 38.06%
G = 28.33%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#896679 (or 0x896679) is known color: Strikemaster. HEX triplet: 89, 66 and 79. RGB value is (137,102,121). Sum of RGB (Red+Green+Blue) = 137+102+121=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896679 is #769986. Grayscale: #727272. Windows color (decimal): -7772551 or 7956105. OLE color: 7956105.

HSL color Cylindrical-coordinate representation of color #896679: hue angle of 327.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896679 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 102 121 -
CMYK 0 0.26 0.12 0.46
HSL 327.43º 0.15% 0.47% -
HSV(B) 327.43º 0.26% 0.54% -
XYZ 18.52 16.2 20.24 -
YUV 114.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 137 102 121 0 0.26 0.12 0.46 327.43 0.15 0.47
Hex 89 66 79 0 1A C 2E 147 F 2F
Octal 211 146 171 0 32 14 56 507 17 57
Binary 10001001 1100110 1111001 0 11010 1100 101110 101000111 1111 101111

Color Harmonies of #896679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896679

Black with #896679

Text Example


Text Example

White with #896679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896679; }

 p { color: rgb(137,102,121); }

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

background-color css

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

 a { background-color: rgb(137,102,121); }

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

border-color css

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

 span { border-color: rgb(137,102,121); }

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