Html Css Color HEX #996E81 Strikemaster

📋 copy color: '#996E81'

red 153 ◦ green 110 ◦ blue 129

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

Shades of Strikemaster #996E81

Tints of Strikemaster #996E81

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 39.03%
G = 28.06%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#996E81 (or 0x996E81) is known color: Strikemaster. HEX triplet: 99, 6E and 81. RGB value is (153,110,129). Sum of RGB (Red+Green+Blue) = 153+110+129=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #996E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E81 is #66917E. Grayscale: #7C7C7C. Windows color (decimal): -6721919 or 8482457. OLE color: 8482457.

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

Color convert

RGB 153 110 129 -
CMYK 0 0.28 0.16 0.4
HSL 333.49º 0.17% 0.52% -
HSV(B) 333.49º 0.28% 0.6% -
XYZ 22.68 19.51 23.34 -
YUV 125.02 130.25 147.96 -
System Red Green Blue C M Y K H S L
Decimal 153 110 129 0 0.28 0.16 0.4 333.49 0.17 0.52
Hex 99 6E 81 0 1C 10 28 14D 11 34
Octal 231 156 201 0 34 20 50 515 21 64
Binary 10011001 1101110 10000001 0 11100 10000 101000 101001101 10001 110100

Color Harmonies of #996E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E81

Black with #996E81

Text Example


Text Example

White with #996E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,129); }

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

background-color css

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

 a { background-color: rgb(153,110,129); }

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

border-color css

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

 span { border-color: rgb(153,110,129); }

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