Html Css Color HEX #996785 Strikemaster

📋 copy color: '#996785'

red 153 ◦ green 103 ◦ blue 133

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

Shades of Strikemaster #996785

Tints of Strikemaster #996785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 39.33%
G = 26.48%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#996785 (or 0x996785) is known color: Strikemaster. HEX triplet: 99, 67 and 85. RGB value is (153,103,133). Sum of RGB (Red+Green+Blue) = 153+103+133=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #996785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996785 is #66987A. Grayscale: #797979. Windows color (decimal): -6723707 or 8742809. OLE color: 8742809.

HSL color Cylindrical-coordinate representation of color #996785: hue angle of 324º 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 #996785 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 133 -
CMYK 0 0.33 0.13 0.4
HSL 324º 0.2% 0.5% -
HSV(B) 324º 0.33% 0.6% -
XYZ 22.22 18.17 24.53 -
YUV 121.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 153 103 133 0 0.33 0.13 0.4 324 0.2 0.5
Hex 99 67 85 0 21 D 28 144 14 32
Octal 231 147 205 0 41 15 50 504 24 62
Binary 10011001 1100111 10000101 0 100001 1101 101000 101000100 10100 110010

Color Harmonies of #996785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996785

Black with #996785

Text Example


Text Example

White with #996785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996785; }

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

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

background-color css

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

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

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

border-color css

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

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

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