Html Css Color HEX #996A86 Strikemaster

📋 copy color: '#996A86'

red 153 ◦ green 106 ◦ blue 134

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

Shades of Strikemaster #996A86

Tints of Strikemaster #996A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 38.93%
G = 26.97%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996A86 (or 0x996A86) is known color: Strikemaster. HEX triplet: 99, 6A and 86. RGB value is (153,106,134). Sum of RGB (Red+Green+Blue) = 153+106+134=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A86 is #669579. Grayscale: #7B7B7B. Windows color (decimal): -6722938 or 8809113. OLE color: 8809113.

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

Color convert

RGB 153 106 134 -
CMYK 0 0.31 0.12 0.4
HSL 324.26º 0.19% 0.51% -
HSV(B) 324.26º 0.31% 0.6% -
XYZ 22.59 18.8 24.99 -
YUV 123.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 153 106 134 0 0.31 0.12 0.4 324.26 0.19 0.51
Hex 99 6A 86 0 1F C 28 144 13 33
Octal 231 152 206 0 37 14 50 504 23 63
Binary 10011001 1101010 10000110 0 11111 1100 101000 101000100 10011 110011

Color Harmonies of #996A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A86

Black with #996A86

Text Example


Text Example

White with #996A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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