Html Css Color HEX #9C697D Strikemaster

📋 copy color: '#9C697D'

red 156 ◦ green 105 ◦ blue 125

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

Shades of Strikemaster #9C697D

Tints of Strikemaster #9C697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 40.41%
G = 27.2%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#9C697D (or 0x9C697D) is known color: Strikemaster. HEX triplet: 9C, 69 and 7D. RGB value is (156,105,125). Sum of RGB (Red+Green+Blue) = 156+105+125=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C697D is #639682. Grayscale: #7A7A7A. Windows color (decimal): -6526595 or 8219036. OLE color: 8219036.

HSL color Cylindrical-coordinate representation of color #9C697D: hue angle of 336.47º 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 #9C697D is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 105 125 -
CMYK 0 0.33 0.20 0.39
HSL 336.47º 0.2% 0.51% -
HSV(B) 336.47º 0.33% 0.61% -
XYZ 22.46 18.65 21.82 -
YUV 122.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 156 105 125 0 0.33 0.20 0.39 336.47 0.2 0.51
Hex 9C 69 7D 0 21 14 27 150 14 33
Octal 234 151 175 0 41 24 47 520 24 63
Binary 10011100 1101001 1111101 0 100001 10100 100111 101010000 10100 110011

Color Harmonies of #9C697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C697D

Black with #9C697D

Text Example


Text Example

White with #9C697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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