Html Css Color HEX #996B83 Strikemaster

📋 copy color: '#996B83'

red 153 ◦ green 107 ◦ blue 131

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

Shades of Strikemaster #996B83

Tints of Strikemaster #996B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

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

R = 39.13%
G = 27.37%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#996B83 (or 0x996B83) is known color: Strikemaster. HEX triplet: 99, 6B and 83. RGB value is (153,107,131). Sum of RGB (Red+Green+Blue) = 153+107+131=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #996B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B83 is #66947C. Grayscale: #7B7B7B. Windows color (decimal): -6722685 or 8612761. OLE color: 8612761.

HSL color Cylindrical-coordinate representation of color #996B83: hue angle of 328.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B83 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 131 -
CMYK 0 0.30 0.14 0.4
HSL 328.7º 0.18% 0.51% -
HSV(B) 328.7º 0.3% 0.6% -
XYZ 22.49 18.93 23.94 -
YUV 123.49 132.24 149.05 -
System Red Green Blue C M Y K H S L
Decimal 153 107 131 0 0.30 0.14 0.4 328.7 0.18 0.51
Hex 99 6B 83 0 1E E 28 149 12 33
Octal 231 153 203 0 36 16 50 511 22 63
Binary 10011001 1101011 10000011 0 11110 1110 101000 101001001 10010 110011

Color Harmonies of #996B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B83

Black with #996B83

Text Example


Text Example

White with #996B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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