Html Css Color HEX #996786 Strikemaster

📋 copy color: '#996786'

red 153 ◦ green 103 ◦ blue 134

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

Shades of Strikemaster #996786

Tints of Strikemaster #996786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

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

R = 39.23%
G = 26.41%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#996786 (or 0x996786) is known color: Strikemaster. HEX triplet: 99, 67 and 86. RGB value is (153,103,134). Sum of RGB (Red+Green+Blue) = 153+103+134=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #996786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996786 is #669879. Grayscale: #797979. Windows color (decimal): -6723706 or 8808345. OLE color: 8808345.

HSL color Cylindrical-coordinate representation of color #996786: hue angle of 322.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996786 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 134 -
CMYK 0 0.33 0.12 0.4
HSL 322.8º 0.2% 0.5% -
HSV(B) 322.8º 0.33% 0.6% -
XYZ 22.29 18.19 24.89 -
YUV 121.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 153 103 134 0 0.33 0.12 0.4 322.8 0.2 0.5
Hex 99 67 86 0 21 C 28 143 14 32
Octal 231 147 206 0 41 14 50 503 24 62
Binary 10011001 1100111 10000110 0 100001 1100 101000 101000011 10100 110010

Color Harmonies of #996786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996786

Black with #996786

Text Example


Text Example

White with #996786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996786; }

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

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

background-color css

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

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

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

border-color css

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

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

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