Html Css Color HEX #996B82 Strikemaster

📋 copy color: '#996B82'

red 153 ◦ green 107 ◦ blue 130

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

Shades of Strikemaster #996B82

Tints of Strikemaster #996B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 39.23%
G = 27.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#996B82 (or 0x996B82) is known color: Strikemaster. HEX triplet: 99, 6B and 82. RGB value is (153,107,130). Sum of RGB (Red+Green+Blue) = 153+107+130=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #996B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B82 is #66947D. Grayscale: #7B7B7B. Windows color (decimal): -6722686 or 8547225. OLE color: 8547225.

HSL color Cylindrical-coordinate representation of color #996B82: hue angle of 330º 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 #996B82 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 107 130 -
CMYK 0 0.30 0.15 0.4
HSL 330º 0.18% 0.51% -
HSV(B) 330º 0.3% 0.6% -
XYZ 22.42 18.9 23.59 -
YUV 123.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 153 107 130 0 0.30 0.15 0.4 330 0.18 0.51
Hex 99 6B 82 0 1E F 28 14A 12 33
Octal 231 153 202 0 36 17 50 512 22 63
Binary 10011001 1101011 10000010 0 11110 1111 101000 101001010 10010 110011

Color Harmonies of #996B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B82

Black with #996B82

Text Example


Text Example

White with #996B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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