Html Css Color HEX #996E83 Strikemaster

📋 copy color: '#996E83'

red 153 ◦ green 110 ◦ blue 131

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

Shades of Strikemaster #996E83

Tints of Strikemaster #996E83

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.92%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 38.83%
G = 27.92%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#996E83 (or 0x996E83) is known color: Strikemaster. HEX triplet: 99, 6E and 83. RGB value is (153,110,131). Sum of RGB (Red+Green+Blue) = 153+110+131=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #996E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996E83 is #66917C. Grayscale: #7D7D7D. Windows color (decimal): -6721917 or 8613529. OLE color: 8613529.

HSL color Cylindrical-coordinate representation of color #996E83: hue angle of 330.7º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E83 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 131 -
CMYK 0 0.28 0.14 0.4
HSL 330.7º 0.17% 0.52% -
HSV(B) 330.7º 0.28% 0.6% -
XYZ 22.81 19.56 24.05 -
YUV 125.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 153 110 131 0 0.28 0.14 0.4 330.7 0.17 0.52
Hex 99 6E 83 0 1C E 28 14B 11 34
Octal 231 156 203 0 34 16 50 513 21 64
Binary 10011001 1101110 10000011 0 11100 1110 101000 101001011 10001 110100

Color Harmonies of #996E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E83

Black with #996E83

Text Example


Text Example

White with #996E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,131); }

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

background-color css

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

 a { background-color: rgb(153,110,131); }

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

border-color css

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

 span { border-color: rgb(153,110,131); }

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