Html Css Color HEX #996583 Strikemaster

📋 copy color: '#996583'

red 153 ◦ green 101 ◦ blue 131

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

Shades of Strikemaster #996583

Tints of Strikemaster #996583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 39.74%
G = 26.23%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#996583 (or 0x996583) is known color: Strikemaster. HEX triplet: 99, 65 and 83. RGB value is (153,101,131). Sum of RGB (Red+Green+Blue) = 153+101+131=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #996583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996583 is #669A7C. Grayscale: #777777. Windows color (decimal): -6724221 or 8611225. OLE color: 8611225.

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

Color convert

RGB 153 101 131 -
CMYK 0 0.34 0.14 0.4
HSL 325.38º 0.2% 0.5% -
HSV(B) 325.38º 0.34% 0.6% -
XYZ 21.89 17.72 23.74 -
YUV 119.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 153 101 131 0 0.34 0.14 0.4 325.38 0.2 0.5
Hex 99 65 83 0 22 E 28 145 14 32
Octal 231 145 203 0 42 16 50 505 24 62
Binary 10011001 1100101 10000011 0 100010 1110 101000 101000101 10100 110010

Color Harmonies of #996583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996583

Black with #996583

Text Example


Text Example

White with #996583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996583; }

 p { color: rgb(153,101,131); }

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

background-color css

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

 a { background-color: rgb(153,101,131); }

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

border-color css

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

 span { border-color: rgb(153,101,131); }

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