Html Css Color HEX #996B7F Strikemaster

📋 copy color: '#996B7F'

red 153 ◦ green 107 ◦ blue 127

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

Shades of Strikemaster #996B7F

Tints of Strikemaster #996B7F

RGB

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

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

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

R = 39.53%
G = 27.65%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#996B7F (or 0x996B7F) is known color: Strikemaster. HEX triplet: 99, 6B and 7F. RGB value is (153,107,127). Sum of RGB (Red+Green+Blue) = 153+107+127=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7F is #669480. Grayscale: #7B7B7B. Windows color (decimal): -6722689 or 8350617. OLE color: 8350617.

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

Color convert

RGB 153 107 127 -
CMYK 0 0.30 0.17 0.4
HSL 333.91º 0.18% 0.51% -
HSV(B) 333.91º 0.3% 0.6% -
XYZ 22.23 18.82 22.54 -
YUV 123.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 153 107 127 0 0.30 0.17 0.4 333.91 0.18 0.51
Hex 99 6B 7F 0 1E 11 28 14E 12 33
Octal 231 153 177 0 36 21 50 516 22 63
Binary 10011001 1101011 1111111 0 11110 10001 101000 101001110 10010 110011

Color Harmonies of #996B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B7F

Black with #996B7F

Text Example


Text Example

White with #996B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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