Html Css Color HEX #9C6279 Strikemaster

📋 copy color: '#9C6279'

red 156 ◦ green 98 ◦ blue 121

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

Shades of Strikemaster #9C6279

Tints of Strikemaster #9C6279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 41.6%
G = 26.13%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C6279 (or 0x9C6279) is known color: Strikemaster. HEX triplet: 9C, 62 and 79. RGB value is (156,98,121). Sum of RGB (Red+Green+Blue) = 156+98+121=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6279 is #639D86. Grayscale: #757575. Windows color (decimal): -6528391 or 7955100. OLE color: 7955100.

HSL color Cylindrical-coordinate representation of color #9C6279: hue angle of 336.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6279 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 98 121 -
CMYK 0 0.37 0.22 0.39
HSL 336.21º 0.23% 0.5% -
HSV(B) 336.21º 0.37% 0.61% -
XYZ 21.53 17.18 20.27 -
YUV 117.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 156 98 121 0 0.37 0.22 0.39 336.21 0.23 0.5
Hex 9C 62 79 0 25 16 27 150 17 32
Octal 234 142 171 0 45 26 47 520 27 62
Binary 10011100 1100010 1111001 0 100101 10110 100111 101010000 10111 110010

Color Harmonies of #9C6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6279

Black with #9C6279

Text Example


Text Example

White with #9C6279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,98,121); }

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

background-color css

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

 a { background-color: rgb(156,98,121); }

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

border-color css

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

 span { border-color: rgb(156,98,121); }

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