Html Css Color HEX #966F81 Strikemaster

📋 copy color: '#966F81'

red 150 ◦ green 111 ◦ blue 129

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

Shades of Strikemaster #966F81

Tints of Strikemaster #966F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 38.46%
G = 28.46%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#966F81 (or 0x966F81) is known color: Strikemaster. HEX triplet: 96, 6F and 81. RGB value is (150,111,129). Sum of RGB (Red+Green+Blue) = 150+111+129=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F81 is #69907E. Grayscale: #7C7C7C. Windows color (decimal): -6918271 or 8482710. OLE color: 8482710.

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

Color convert

RGB 150 111 129 -
CMYK 0 0.26 0.14 0.41
HSL 332.31º 0.16% 0.51% -
HSV(B) 332.31º 0.26% 0.59% -
XYZ 22.22 19.44 23.35 -
YUV 124.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 150 111 129 0 0.26 0.14 0.41 332.31 0.16 0.51
Hex 96 6F 81 0 1A E 29 14C 10 33
Octal 226 157 201 0 32 16 51 514 20 63
Binary 10010110 1101111 10000001 0 11010 1110 101001 101001100 10000 110011

Color Harmonies of #966F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F81

Black with #966F81

Text Example


Text Example

White with #966F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,111,129); }

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

background-color css

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

 a { background-color: rgb(150,111,129); }

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

border-color css

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

 span { border-color: rgb(150,111,129); }

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