Html Css Color HEX #9D697B Strikemaster

📋 copy color: '#9D697B'

red 157 ◦ green 105 ◦ blue 123

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

Shades of Strikemaster #9D697B

Tints of Strikemaster #9D697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 40.78%
G = 27.27%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D697B (or 0x9D697B) is known color: Strikemaster. HEX triplet: 9D, 69 and 7B. RGB value is (157,105,123). Sum of RGB (Red+Green+Blue) = 157+105+123=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D697B is #629684. Grayscale: #7A7A7A. Windows color (decimal): -6461061 or 8087965. OLE color: 8087965.

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

Color convert

RGB 157 105 123 -
CMYK 0 0.33 0.22 0.38
HSL 339.23º 0.21% 0.51% -
HSV(B) 339.23º 0.33% 0.62% -
XYZ 22.53 18.7 21.16 -
YUV 122.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 157 105 123 0 0.33 0.22 0.38 339.23 0.21 0.51
Hex 9D 69 7B 0 21 16 26 153 15 33
Octal 235 151 173 0 41 26 46 523 25 63
Binary 10011101 1101001 1111011 0 100001 10110 100110 101010011 10101 110011

Color Harmonies of #9D697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D697B

Black with #9D697B

Text Example


Text Example

White with #9D697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,105,123); }

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

background-color css

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

 a { background-color: rgb(157,105,123); }

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

border-color css

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

 span { border-color: rgb(157,105,123); }

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