Html Css Color HEX #996C89 Strikemaster

📋 copy color: '#996C89'

red 153 ◦ green 108 ◦ blue 137

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

Shades of Strikemaster #996C89

Tints of Strikemaster #996C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 137 (53.91% from 255) = 34.42%

R = 38.44%
G = 27.14%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#996C89 (or 0x996C89) is known color: Strikemaster. HEX triplet: 99, 6C and 89. RGB value is (153,108,137). Sum of RGB (Red+Green+Blue) = 153+108+137=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #996C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996C89 is #669376. Grayscale: #7C7C7C. Windows color (decimal): -6722423 or 9006233. OLE color: 9006233.

HSL color Cylindrical-coordinate representation of color #996C89: hue angle of 321.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996C89 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 108 137 -
CMYK 0 0.29 0.10 0.4
HSL 321.33º 0.18% 0.51% -
HSV(B) 321.33º 0.29% 0.6% -
XYZ 23.01 19.3 26.18 -
YUV 124.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 153 108 137 0 0.29 0.10 0.4 321.33 0.18 0.51
Hex 99 6C 89 0 1D A 28 141 12 33
Octal 231 154 211 0 35 12 50 501 22 63
Binary 10011001 1101100 10001001 0 11101 1010 101000 101000001 10010 110011

Color Harmonies of #996C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C89

Black with #996C89

Text Example


Text Example

White with #996C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,108,137); }

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

background-color css

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

 a { background-color: rgb(153,108,137); }

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

border-color css

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

 span { border-color: rgb(153,108,137); }

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