Html Css Color HEX #996C7B Strikemaster

📋 copy color: '#996C7B'

red 153 ◦ green 108 ◦ blue 123

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

Shades of Strikemaster #996C7B

Tints of Strikemaster #996C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 39.84%
G = 28.13%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#996C7B (or 0x996C7B) is known color: Strikemaster. HEX triplet: 99, 6C and 7B. RGB value is (153,108,123). Sum of RGB (Red+Green+Blue) = 153+108+123=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C7B is #669384. Grayscale: #7B7B7B. Windows color (decimal): -6722437 or 8088729. OLE color: 8088729.

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

Color convert

RGB 153 108 123 -
CMYK 0 0.29 0.20 0.4
HSL 340º 0.18% 0.51% -
HSV(B) 340º 0.29% 0.6% -
XYZ 22.07 18.93 21.23 -
YUV 123.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 153 108 123 0 0.29 0.20 0.4 340 0.18 0.51
Hex 99 6C 7B 0 1D 14 28 154 12 33
Octal 231 154 173 0 35 24 50 524 22 63
Binary 10011001 1101100 1111011 0 11101 10100 101000 101010100 10010 110011

Color Harmonies of #996C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C7B

Black with #996C7B

Text Example


Text Example

White with #996C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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