Html Css Color HEX #996C7F Strikemaster

📋 copy color: '#996C7F'

red 153 ◦ green 108 ◦ blue 127

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

Shades of Strikemaster #996C7F

Tints of Strikemaster #996C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 39.43%
G = 27.84%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#996C7F (or 0x996C7F) is known color: Strikemaster. HEX triplet: 99, 6C and 7F. RGB value is (153,108,127). Sum of RGB (Red+Green+Blue) = 153+108+127=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C7F is #669380. Grayscale: #7B7B7B. Windows color (decimal): -6722433 or 8350873. OLE color: 8350873.

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

Color convert

RGB 153 108 127 -
CMYK 0 0.29 0.17 0.4
HSL 334.67º 0.18% 0.51% -
HSV(B) 334.67º 0.29% 0.6% -
XYZ 22.33 19.03 22.57 -
YUV 123.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 153 108 127 0 0.29 0.17 0.4 334.67 0.18 0.51
Hex 99 6C 7F 0 1D 11 28 14F 12 33
Octal 231 154 177 0 35 21 50 517 22 63
Binary 10011001 1101100 1111111 0 11101 10001 101000 101001111 10010 110011

Color Harmonies of #996C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C7F

Black with #996C7F

Text Example


Text Example

White with #996C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,108,127); }

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

background-color css

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

 a { background-color: rgb(153,108,127); }

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

border-color css

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

 span { border-color: rgb(153,108,127); }

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