Html Css Color HEX #96677D Strikemaster

📋 copy color: '#96677D'

red 150 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #96677D

Tints of Strikemaster #96677D

RGB

 RED value IS 150 (58.98% from 255) = 39.68%

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 39.68%
G = 27.25%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96677D (or 0x96677D) is known color: Strikemaster. HEX triplet: 96, 67 and 7D. RGB value is (150,103,125). Sum of RGB (Red+Green+Blue) = 150+103+125=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96677D is #699882. Grayscale: #777777. Windows color (decimal): -6920323 or 8218518. OLE color: 8218518.

HSL color Cylindrical-coordinate representation of color #96677D: hue angle of 331.91º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96677D is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 125 -
CMYK 0 0.31 0.17 0.41
HSL 331.91º 0.19% 0.5% -
HSV(B) 331.91º 0.31% 0.59% -
XYZ 21.13 17.67 21.7 -
YUV 119.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 150 103 125 0 0.31 0.17 0.41 331.91 0.19 0.5
Hex 96 67 7D 0 1F 11 29 14C 13 32
Octal 226 147 175 0 37 21 51 514 23 62
Binary 10010110 1100111 1111101 0 11111 10001 101001 101001100 10011 110010

Color Harmonies of #96677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96677D

Black with #96677D

Text Example


Text Example

White with #96677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96677D; }

 p { color: rgb(150,103,125); }

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

background-color css

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

 a { background-color: rgb(150,103,125); }

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

border-color css

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

 span { border-color: rgb(150,103,125); }

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