Html Css Color HEX #996A7B Strikemaster

📋 copy color: '#996A7B'

red 153 ◦ green 106 ◦ blue 123

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

Shades of Strikemaster #996A7B

Tints of Strikemaster #996A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

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

R = 40.05%
G = 27.75%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#996A7B (or 0x996A7B) is known color: Strikemaster. HEX triplet: 99, 6A and 7B. RGB value is (153,106,123). Sum of RGB (Red+Green+Blue) = 153+106+123=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A7B is #669584. Grayscale: #797979. Windows color (decimal): -6722949 or 8088217. OLE color: 8088217.

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

Color convert

RGB 153 106 123 -
CMYK 0 0.31 0.20 0.4
HSL 338.3º 0.19% 0.51% -
HSV(B) 338.3º 0.31% 0.6% -
XYZ 21.87 18.51 21.16 -
YUV 121.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 153 106 123 0 0.31 0.20 0.4 338.3 0.19 0.51
Hex 99 6A 7B 0 1F 14 28 152 13 33
Octal 231 152 173 0 37 24 50 522 23 63
Binary 10011001 1101010 1111011 0 11111 10100 101000 101010010 10011 110011

Color Harmonies of #996A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A7B

Black with #996A7B

Text Example


Text Example

White with #996A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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