Html Css Color HEX #9C697F Strikemaster

📋 copy color: '#9C697F'

red 156 ◦ green 105 ◦ blue 127

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

Shades of Strikemaster #9C697F

Tints of Strikemaster #9C697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.06%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 40.21%
G = 27.06%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C697F (or 0x9C697F) is known color: Strikemaster. HEX triplet: 9C, 69 and 7F. RGB value is (156,105,127). Sum of RGB (Red+Green+Blue) = 156+105+127=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C697F is #639680. Grayscale: #7A7A7A. Windows color (decimal): -6526593 or 8350108. OLE color: 8350108.

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

Color convert

RGB 156 105 127 -
CMYK 0 0.33 0.19 0.39
HSL 334.12º 0.2% 0.51% -
HSV(B) 334.12º 0.33% 0.61% -
XYZ 22.59 18.7 22.5 -
YUV 122.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 156 105 127 0 0.33 0.19 0.39 334.12 0.2 0.51
Hex 9C 69 7F 0 21 13 27 14E 14 33
Octal 234 151 177 0 41 23 47 516 24 63
Binary 10011100 1101001 1111111 0 100001 10011 100111 101001110 10100 110011

Color Harmonies of #9C697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C697F

Black with #9C697F

Text Example


Text Example

White with #9C697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,127); }

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

background-color css

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

 a { background-color: rgb(156,105,127); }

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

border-color css

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

 span { border-color: rgb(156,105,127); }

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