Html Css Color HEX #96687B Strikemaster

📋 copy color: '#96687B'

red 150 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #96687B

Tints of Strikemaster #96687B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 39.79%
G = 27.59%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96687B (or 0x96687B) is known color: Strikemaster. HEX triplet: 96, 68 and 7B. RGB value is (150,104,123). Sum of RGB (Red+Green+Blue) = 150+104+123=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96687B is #699784. Grayscale: #777777. Windows color (decimal): -6920069 or 8087702. OLE color: 8087702.

HSL color Cylindrical-coordinate representation of color #96687B: hue angle of 335.22º degrees, saturation: 0.18, 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 #96687B is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 123 -
CMYK 0 0.31 0.18 0.41
HSL 335.22º 0.18% 0.5% -
HSV(B) 335.22º 0.31% 0.59% -
XYZ 21.1 17.81 21.07 -
YUV 119.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 150 104 123 0 0.31 0.18 0.41 335.22 0.18 0.5
Hex 96 68 7B 0 1F 12 29 14F 12 32
Octal 226 150 173 0 37 22 51 517 22 62
Binary 10010110 1101000 1111011 0 11111 10010 101001 101001111 10010 110010

Color Harmonies of #96687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96687B

Black with #96687B

Text Example


Text Example

White with #96687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96687B; }

 p { color: rgb(150,104,123); }

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

background-color css

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

 a { background-color: rgb(150,104,123); }

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

border-color css

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

 span { border-color: rgb(150,104,123); }

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