Html Css Color HEX #996B7B Strikemaster

📋 copy color: '#996B7B'

red 153 ◦ green 107 ◦ blue 123

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

Shades of Strikemaster #996B7B

Tints of Strikemaster #996B7B

RGB

 RED value IS 153 (60.16% from 255) = 39.95%

 GREEN value IS 107 (42.19% from 255) = 27.94%

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

R = 39.95%
G = 27.94%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#996B7B (or 0x996B7B) is known color: Strikemaster. HEX triplet: 99, 6B and 7B. RGB value is (153,107,123). Sum of RGB (Red+Green+Blue) = 153+107+123=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7B is #669484. Grayscale: #7A7A7A. Windows color (decimal): -6722693 or 8088473. OLE color: 8088473.

HSL color Cylindrical-coordinate representation of color #996B7B: hue angle of 339.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B7B is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 123 -
CMYK 0 0.30 0.20 0.4
HSL 339.13º 0.18% 0.51% -
HSV(B) 339.13º 0.3% 0.6% -
XYZ 21.97 18.72 21.19 -
YUV 122.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 153 107 123 0 0.30 0.20 0.4 339.13 0.18 0.51
Hex 99 6B 7B 0 1E 14 28 153 12 33
Octal 231 153 173 0 36 24 50 523 22 63
Binary 10011001 1101011 1111011 0 11110 10100 101000 101010011 10010 110011

Color Harmonies of #996B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B7B

Black with #996B7B

Text Example


Text Example

White with #996B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996B7B; }

 p { color: rgb(153,107,123); }

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

background-color css

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

 a { background-color: rgb(153,107,123); }

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

border-color css

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

 span { border-color: rgb(153,107,123); }

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