Html Css Color HEX #996685 Strikemaster

📋 copy color: '#996685'

red 153 ◦ green 102 ◦ blue 133

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

Shades of Strikemaster #996685

Tints of Strikemaster #996685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

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

R = 39.43%
G = 26.29%
B = 34.28%

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

#996685 (or 0x996685) is known color: Strikemaster. HEX triplet: 99, 66 and 85. RGB value is (153,102,133). Sum of RGB (Red+Green+Blue) = 153+102+133=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996685 is #66997A. Grayscale: #787878. Windows color (decimal): -6723963 or 8742553. OLE color: 8742553.

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

Color convert

RGB 153 102 133 -
CMYK 0 0.33 0.13 0.4
HSL 323.53º 0.2% 0.5% -
HSV(B) 323.53º 0.33% 0.6% -
XYZ 22.12 17.97 24.49 -
YUV 120.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 153 102 133 0 0.33 0.13 0.4 323.53 0.2 0.5
Hex 99 66 85 0 21 D 28 144 14 32
Octal 231 146 205 0 41 15 50 504 24 62
Binary 10011001 1100110 10000101 0 100001 1101 101000 101000100 10100 110010

Color Harmonies of #996685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996685

Black with #996685

Text Example


Text Example

White with #996685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996685; }

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

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

background-color css

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

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

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

border-color css

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

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

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