Html Css Color HEX #996B81 Strikemaster

📋 copy color: '#996B81'

red 153 ◦ green 107 ◦ blue 129

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

Shades of Strikemaster #996B81

Tints of Strikemaster #996B81

RGB

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

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

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

R = 39.33%
G = 27.51%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#996B81 (or 0x996B81) is known color: Strikemaster. HEX triplet: 99, 6B and 81. RGB value is (153,107,129). Sum of RGB (Red+Green+Blue) = 153+107+129=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #996B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B81 is #66947E. Grayscale: #7B7B7B. Windows color (decimal): -6722687 or 8481689. OLE color: 8481689.

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

Color convert

RGB 153 107 129 -
CMYK 0 0.30 0.16 0.4
HSL 331.3º 0.18% 0.51% -
HSV(B) 331.3º 0.3% 0.6% -
XYZ 22.36 18.87 23.23 -
YUV 123.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 153 107 129 0 0.30 0.16 0.4 331.3 0.18 0.51
Hex 99 6B 81 0 1E 10 28 14B 12 33
Octal 231 153 201 0 36 20 50 513 22 63
Binary 10011001 1101011 10000001 0 11110 10000 101000 101001011 10010 110011

Color Harmonies of #996B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B81

Black with #996B81

Text Example


Text Example

White with #996B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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