Html Css Color HEX #996D87 Strikemaster

📋 copy color: '#996D87'

red 153 ◦ green 109 ◦ blue 135

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

Shades of Strikemaster #996D87

Tints of Strikemaster #996D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.46%

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 38.54%
G = 27.46%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996D87 (or 0x996D87) is known color: Strikemaster. HEX triplet: 99, 6D and 87. RGB value is (153,109,135). Sum of RGB (Red+Green+Blue) = 153+109+135=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #996D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D87 is #669278. Grayscale: #7D7D7D. Windows color (decimal): -6722169 or 8875417. OLE color: 8875417.

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

Color convert

RGB 153 109 135 -
CMYK 0 0.29 0.12 0.4
HSL 324.55º 0.18% 0.51% -
HSV(B) 324.55º 0.29% 0.6% -
XYZ 22.98 19.46 25.47 -
YUV 125.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 153 109 135 0 0.29 0.12 0.4 324.55 0.18 0.51
Hex 99 6D 87 0 1D C 28 145 12 33
Octal 231 155 207 0 35 14 50 505 22 63
Binary 10011001 1101101 10000111 0 11101 1100 101000 101000101 10010 110011

Color Harmonies of #996D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D87

Black with #996D87

Text Example


Text Example

White with #996D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,109,135); }

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

background-color css

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

 a { background-color: rgb(153,109,135); }

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

border-color css

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

 span { border-color: rgb(153,109,135); }

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