Html Css Color HEX #895674 Strikemaster

📋 copy color: '#895674'

red 137 ◦ green 86 ◦ blue 116

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

Shades of Strikemaster #895674

Tints of Strikemaster #895674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 40.41%
G = 25.37%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895674 (or 0x895674) is known color: Strikemaster. HEX triplet: 89, 56 and 74. RGB value is (137,86,116). Sum of RGB (Red+Green+Blue) = 137+86+116=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #895674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895674 is #76A98B. Grayscale: #686868. Windows color (decimal): -7776652 or 7624329. OLE color: 7624329.

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

Color convert

RGB 137 86 116 -
CMYK 0 0.37 0.15 0.46
HSL 324.71º 0.23% 0.44% -
HSV(B) 324.71º 0.37% 0.54% -
XYZ 16.8 13.23 18.19 -
YUV 104.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 137 86 116 0 0.37 0.15 0.46 324.71 0.23 0.44
Hex 89 56 74 0 25 F 2E 145 17 2C
Octal 211 126 164 0 45 17 56 505 27 54
Binary 10001001 1010110 1110100 0 100101 1111 101110 101000101 10111 101100

Color Harmonies of #895674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895674

Black with #895674

Text Example


Text Example

White with #895674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895674; }

 p { color: rgb(137,86,116); }

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

background-color css

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

 a { background-color: rgb(137,86,116); }

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

border-color css

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

 span { border-color: rgb(137,86,116); }

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