Html Css Color HEX #9C6B84 Strikemaster

📋 copy color: '#9C6B84'

red 156 ◦ green 107 ◦ blue 132

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

Shades of Strikemaster #9C6B84

Tints of Strikemaster #9C6B84

RGB

 RED value IS 156 (61.33% from 255) = 39.49%

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

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 39.49%
G = 27.09%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C6B84 (or 0x9C6B84) is known color: Strikemaster. HEX triplet: 9C, 6B and 84. RGB value is (156,107,132). Sum of RGB (Red+Green+Blue) = 156+107+132=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B84 is #63947B. Grayscale: #7C7C7C. Windows color (decimal): -6526076 or 8678300. OLE color: 8678300.

HSL color Cylindrical-coordinate representation of color #9C6B84: hue angle of 329.39º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B84 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 107 132 -
CMYK 0 0.31 0.15 0.39
HSL 329.39º 0.2% 0.52% -
HSV(B) 329.39º 0.31% 0.61% -
XYZ 23.13 19.25 24.33 -
YUV 124.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 156 107 132 0 0.31 0.15 0.39 329.39 0.2 0.52
Hex 9C 6B 84 0 1F F 27 149 14 34
Octal 234 153 204 0 37 17 47 511 24 64
Binary 10011100 1101011 10000100 0 11111 1111 100111 101001001 10100 110100

Color Harmonies of #9C6B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B84

Black with #9C6B84

Text Example


Text Example

White with #9C6B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6B84; }

 p { color: rgb(156,107,132); }

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

background-color css

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

 a { background-color: rgb(156,107,132); }

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

border-color css

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

 span { border-color: rgb(156,107,132); }

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