Html Css Color HEX #996789 Strikemaster

📋 copy color: '#996789'

red 153 ◦ green 103 ◦ blue 137

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

Shades of Strikemaster #996789

Tints of Strikemaster #996789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 38.93%
G = 26.21%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#996789 (or 0x996789) is known color: Strikemaster. HEX triplet: 99, 67 and 89. RGB value is (153,103,137). Sum of RGB (Red+Green+Blue) = 153+103+137=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996789 is #669876. Grayscale: #797979. Windows color (decimal): -6723703 or 9004953. OLE color: 9004953.

HSL color Cylindrical-coordinate representation of color #996789: hue angle of 319.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996789 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 137 -
CMYK 0 0.33 0.10 0.4
HSL 319.2º 0.2% 0.5% -
HSV(B) 319.2º 0.33% 0.6% -
XYZ 22.5 18.28 26.01 -
YUV 121.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 153 103 137 0 0.33 0.10 0.4 319.2 0.2 0.5
Hex 99 67 89 0 21 A 28 13F 14 32
Octal 231 147 211 0 41 12 50 477 24 62
Binary 10011001 1100111 10001001 0 100001 1010 101000 100111111 10100 110010

Color Harmonies of #996789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996789

Black with #996789

Text Example


Text Example

White with #996789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996789; }

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

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

background-color css

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

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

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

border-color css

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

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

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