Html Css Color HEX #996A84 Strikemaster

📋 copy color: '#996A84'

red 153 ◦ green 106 ◦ blue 132

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

Shades of Strikemaster #996A84

Tints of Strikemaster #996A84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 39.13%
G = 27.11%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#996A84 (or 0x996A84) is known color: Strikemaster. HEX triplet: 99, 6A and 84. RGB value is (153,106,132). Sum of RGB (Red+Green+Blue) = 153+106+132=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #996A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A84 is #66957B. Grayscale: #7A7A7A. Windows color (decimal): -6722940 or 8678041. OLE color: 8678041.

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

Color convert

RGB 153 106 132 -
CMYK 0 0.31 0.14 0.4
HSL 326.81º 0.19% 0.51% -
HSV(B) 326.81º 0.31% 0.6% -
XYZ 22.46 18.75 24.26 -
YUV 123.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 153 106 132 0 0.31 0.14 0.4 326.81 0.19 0.51
Hex 99 6A 84 0 1F E 28 147 13 33
Octal 231 152 204 0 37 16 50 507 23 63
Binary 10011001 1101010 10000100 0 11111 1110 101000 101000111 10011 110011

Color Harmonies of #996A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A84

Black with #996A84

Text Example


Text Example

White with #996A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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