Html Css Color HEX #996F81 Strikemaster

📋 copy color: '#996F81'

red 153 ◦ green 111 ◦ blue 129

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

Shades of Strikemaster #996F81

Tints of Strikemaster #996F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.24%

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

R = 38.93%
G = 28.24%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#996F81 (or 0x996F81) is known color: Strikemaster. HEX triplet: 99, 6F and 81. RGB value is (153,111,129). Sum of RGB (Red+Green+Blue) = 153+111+129=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F81 is #66907E. Grayscale: #7D7D7D. Windows color (decimal): -6721663 or 8482713. OLE color: 8482713.

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

Color convert

RGB 153 111 129 -
CMYK 0 0.27 0.16 0.4
HSL 334.29º 0.17% 0.52% -
HSV(B) 334.29º 0.27% 0.6% -
XYZ 22.78 19.73 23.38 -
YUV 125.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 153 111 129 0 0.27 0.16 0.4 334.29 0.17 0.52
Hex 99 6F 81 0 1B 10 28 14E 11 34
Octal 231 157 201 0 33 20 50 516 21 64
Binary 10011001 1101111 10000001 0 11011 10000 101000 101001110 10001 110100

Color Harmonies of #996F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F81

Black with #996F81

Text Example


Text Example

White with #996F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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