Html Css Color HEX #996A82 Strikemaster

📋 copy color: '#996A82'

red 153 ◦ green 106 ◦ blue 130

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

Shades of Strikemaster #996A82

Tints of Strikemaster #996A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.42%

R = 39.33%
G = 27.25%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#996A82 (or 0x996A82) is known color: Strikemaster. HEX triplet: 99, 6A and 82. RGB value is (153,106,130). Sum of RGB (Red+Green+Blue) = 153+106+130=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #996A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A82 is #66957D. Grayscale: #7A7A7A. Windows color (decimal): -6722942 or 8546969. OLE color: 8546969.

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

Color convert

RGB 153 106 130 -
CMYK 0 0.31 0.15 0.4
HSL 329.36º 0.19% 0.51% -
HSV(B) 329.36º 0.31% 0.6% -
XYZ 22.32 18.69 23.55 -
YUV 122.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 153 106 130 0 0.31 0.15 0.4 329.36 0.19 0.51
Hex 99 6A 82 0 1F F 28 149 13 33
Octal 231 152 202 0 37 17 50 511 23 63
Binary 10011001 1101010 10000010 0 11111 1111 101000 101001001 10011 110011

Color Harmonies of #996A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A82

Black with #996A82

Text Example


Text Example

White with #996A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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