Html Css Color HEX #96677A Strikemaster

📋 copy color: '#96677A'

red 150 ◦ green 103 ◦ blue 122

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

Shades of Strikemaster #96677A

Tints of Strikemaster #96677A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 40%
G = 27.47%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96677A (or 0x96677A) is known color: Strikemaster. HEX triplet: 96, 67 and 7A. RGB value is (150,103,122). Sum of RGB (Red+Green+Blue) = 150+103+122=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96677A is #699885. Grayscale: #777777. Windows color (decimal): -6920326 or 8021910. OLE color: 8021910.

HSL color Cylindrical-coordinate representation of color #96677A: hue angle of 335.74º 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 #96677A is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 122 -
CMYK 0 0.31 0.19 0.41
HSL 335.74º 0.19% 0.5% -
HSV(B) 335.74º 0.31% 0.59% -
XYZ 20.94 17.59 20.7 -
YUV 119.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 150 103 122 0 0.31 0.19 0.41 335.74 0.19 0.5
Hex 96 67 7A 0 1F 13 29 150 13 32
Octal 226 147 172 0 37 23 51 520 23 62
Binary 10010110 1100111 1111010 0 11111 10011 101001 101010000 10011 110010

Color Harmonies of #96677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96677A

Black with #96677A

Text Example


Text Example

White with #96677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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