Html Css Color HEX #996B7E Strikemaster

📋 copy color: '#996B7E'

red 153 ◦ green 107 ◦ blue 126

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

Shades of Strikemaster #996B7E

Tints of Strikemaster #996B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.64%

R = 39.64%
G = 27.72%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#996B7E (or 0x996B7E) is known color: Strikemaster. HEX triplet: 99, 6B and 7E. RGB value is (153,107,126). Sum of RGB (Red+Green+Blue) = 153+107+126=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7E is #669481. Grayscale: #7A7A7A. Windows color (decimal): -6722690 or 8285081. OLE color: 8285081.

HSL color Cylindrical-coordinate representation of color #996B7E: hue angle of 335.22º 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 #996B7E is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 126 -
CMYK 0 0.30 0.18 0.4
HSL 335.22º 0.18% 0.51% -
HSV(B) 335.22º 0.3% 0.6% -
XYZ 22.16 18.79 22.2 -
YUV 122.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 153 107 126 0 0.30 0.18 0.4 335.22 0.18 0.51
Hex 99 6B 7E 0 1E 12 28 14F 12 33
Octal 231 153 176 0 36 22 50 517 22 63
Binary 10011001 1101011 1111110 0 11110 10010 101000 101001111 10010 110011

Color Harmonies of #996B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B7E

Black with #996B7E

Text Example


Text Example

White with #996B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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