Html Css Color HEX #9D687E Strikemaster

📋 copy color: '#9D687E'

red 157 ◦ green 104 ◦ blue 126

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

Shades of Strikemaster #9D687E

Tints of Strikemaster #9D687E

RGB

 RED value IS 157 (61.72% from 255) = 40.57%

 GREEN value IS 104 (41.02% from 255) = 26.87%

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 40.57%
G = 26.87%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D687E (or 0x9D687E) is known color: Strikemaster. HEX triplet: 9D, 68 and 7E. RGB value is (157,104,126). Sum of RGB (Red+Green+Blue) = 157+104+126=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D687E is #629781. Grayscale: #7A7A7A. Windows color (decimal): -6461314 or 8284317. OLE color: 8284317.

HSL color Cylindrical-coordinate representation of color #9D687E: hue angle of 335.09º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D687E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 104 126 -
CMYK 0 0.34 0.20 0.38
HSL 335.09º 0.21% 0.51% -
HSV(B) 335.09º 0.34% 0.62% -
XYZ 22.62 18.58 22.13 -
YUV 122.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 157 104 126 0 0.34 0.20 0.38 335.09 0.21 0.51
Hex 9D 68 7E 0 22 14 26 14F 15 33
Octal 235 150 176 0 42 24 46 517 25 63
Binary 10011101 1101000 1111110 0 100010 10100 100110 101001111 10101 110011

Color Harmonies of #9D687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D687E

Black with #9D687E

Text Example


Text Example

White with #9D687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,104,126); }

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

background-color css

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

 a { background-color: rgb(157,104,126); }

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

border-color css

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

 span { border-color: rgb(157,104,126); }

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