Html Css Color HEX #96697B Strikemaster

📋 copy color: '#96697B'

red 150 ◦ green 105 ◦ blue 123

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

Shades of Strikemaster #96697B

Tints of Strikemaster #96697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 39.68%
G = 27.78%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96697B (or 0x96697B) is known color: Strikemaster. HEX triplet: 96, 69 and 7B. RGB value is (150,105,123). Sum of RGB (Red+Green+Blue) = 150+105+123=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96697B is #699684. Grayscale: #787878. Windows color (decimal): -6919813 or 8087958. OLE color: 8087958.

HSL color Cylindrical-coordinate representation of color #96697B: hue angle of 336º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96697B is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 123 -
CMYK 0 0.30 0.18 0.41
HSL 336º 0.18% 0.5% -
HSV(B) 336º 0.3% 0.59% -
XYZ 21.2 18.02 21.1 -
YUV 120.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 150 105 123 0 0.30 0.18 0.41 336 0.18 0.5
Hex 96 69 7B 0 1E 12 29 150 12 32
Octal 226 151 173 0 36 22 51 520 22 62
Binary 10010110 1101001 1111011 0 11110 10010 101001 101010000 10010 110010

Color Harmonies of #96697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96697B

Black with #96697B

Text Example


Text Example

White with #96697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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