Html Css Color HEX #966E82 Strikemaster

📋 copy color: '#966E82'

red 150 ◦ green 110 ◦ blue 130

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

Shades of Strikemaster #966E82

Tints of Strikemaster #966E82

RGB

 RED value IS 150 (58.98% from 255) = 38.46%

 GREEN value IS 110 (43.36% from 255) = 28.21%

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

R = 38.46%
G = 28.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#966E82 (or 0x966E82) is known color: Strikemaster. HEX triplet: 96, 6E and 82. RGB value is (150,110,130). Sum of RGB (Red+Green+Blue) = 150+110+130=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966E82 is #69917D. Grayscale: #7C7C7C. Windows color (decimal): -6918526 or 8547990. OLE color: 8547990.

HSL color Cylindrical-coordinate representation of color #966E82: hue angle of 330º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966E82 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 130 -
CMYK 0 0.27 0.13 0.41
HSL 330º 0.16% 0.51% -
HSV(B) 330º 0.27% 0.59% -
XYZ 22.18 19.25 23.67 -
YUV 124.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 150 110 130 0 0.27 0.13 0.41 330 0.16 0.51
Hex 96 6E 82 0 1B D 29 14A 10 33
Octal 226 156 202 0 33 15 51 512 20 63
Binary 10010110 1101110 10000010 0 11011 1101 101001 101001010 10000 110011

Color Harmonies of #966E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E82

Black with #966E82

Text Example


Text Example

White with #966E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E82; }

 p { color: rgb(150,110,130); }

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

background-color css

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

 a { background-color: rgb(150,110,130); }

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

border-color css

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

 span { border-color: rgb(150,110,130); }

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