Html Css Color HEX #996A80 Strikemaster

📋 copy color: '#996A80'

red 153 ◦ green 106 ◦ blue 128

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

Shades of Strikemaster #996A80

Tints of Strikemaster #996A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.39%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 39.53%
G = 27.39%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#996A80 (or 0x996A80) is known color: Strikemaster. HEX triplet: 99, 6A and 80. RGB value is (153,106,128). Sum of RGB (Red+Green+Blue) = 153+106+128=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A80 is #66957F. Grayscale: #7A7A7A. Windows color (decimal): -6722944 or 8415897. OLE color: 8415897.

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

Color convert

RGB 153 106 128 -
CMYK 0 0.31 0.16 0.4
HSL 331.91º 0.19% 0.51% -
HSV(B) 331.91º 0.31% 0.6% -
XYZ 22.19 18.64 22.85 -
YUV 122.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 153 106 128 0 0.31 0.16 0.4 331.91 0.19 0.51
Hex 99 6A 80 0 1F 10 28 14C 13 33
Octal 231 152 200 0 37 20 50 514 23 63
Binary 10011001 1101010 10000000 0 11111 10000 101000 101001100 10011 110011

Color Harmonies of #996A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A80

Black with #996A80

Text Example


Text Example

White with #996A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,106,128); }

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

background-color css

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

 a { background-color: rgb(153,106,128); }

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

border-color css

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

 span { border-color: rgb(153,106,128); }

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