Html Css Color HEX #9D667A Strikemaster

📋 copy color: '#9D667A'

red 157 ◦ green 102 ◦ blue 122

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

Shades of Strikemaster #9D667A

Tints of Strikemaster #9D667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.77%

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 41.21%
G = 26.77%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D667A (or 0x9D667A) is known color: Strikemaster. HEX triplet: 9D, 66 and 7A. RGB value is (157,102,122). Sum of RGB (Red+Green+Blue) = 157+102+122=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D667A is #629985. Grayscale: #787878. Windows color (decimal): -6461830 or 8021661. OLE color: 8021661.

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

Color convert

RGB 157 102 122 -
CMYK 0 0.35 0.22 0.38
HSL 338.18º 0.22% 0.51% -
HSV(B) 338.18º 0.35% 0.62% -
XYZ 22.17 18.08 20.73 -
YUV 120.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 157 102 122 0 0.35 0.22 0.38 338.18 0.22 0.51
Hex 9D 66 7A 0 23 16 26 152 16 33
Octal 235 146 172 0 43 26 46 522 26 63
Binary 10011101 1100110 1111010 0 100011 10110 100110 101010010 10110 110011

Color Harmonies of #9D667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D667A

Black with #9D667A

Text Example


Text Example

White with #9D667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,122); }

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

background-color css

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

 a { background-color: rgb(157,102,122); }

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

border-color css

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

 span { border-color: rgb(157,102,122); }

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