Html Css Color HEX #906D7D Strikemaster

📋 copy color: '#906D7D'

red 144 ◦ green 109 ◦ blue 125

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

Shades of Strikemaster #906D7D

Tints of Strikemaster #906D7D

RGB

 RED value IS 144 (56.64% from 255) = 38.1%

 GREEN value IS 109 (42.97% from 255) = 28.84%

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

R = 38.1%
G = 28.84%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#906D7D (or 0x906D7D) is known color: Strikemaster. HEX triplet: 90, 6D and 7D. RGB value is (144,109,125). Sum of RGB (Red+Green+Blue) = 144+109+125=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #906D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D7D is #6F9282. Grayscale: #797979. Windows color (decimal): -7312003 or 8220048. OLE color: 8220048.

HSL color Cylindrical-coordinate representation of color #906D7D: hue angle of 332.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906D7D is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 109 125 -
CMYK 0 0.24 0.13 0.44
HSL 332.57º 0.14% 0.5% -
HSV(B) 332.57º 0.24% 0.56% -
XYZ 20.67 18.35 21.85 -
YUV 121.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 144 109 125 0 0.24 0.13 0.44 332.57 0.14 0.5
Hex 90 6D 7D 0 18 D 2C 14D E 32
Octal 220 155 175 0 30 15 54 515 16 62
Binary 10010000 1101101 1111101 0 11000 1101 101100 101001101 1110 110010

Color Harmonies of #906D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D7D

Black with #906D7D

Text Example


Text Example

White with #906D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906D7D; }

 p { color: rgb(144,109,125); }

 H1.HeaderClassName
 {
   color: #906D7D;
 }
 .AnyTagClassName
 {
   color: #906D7D;
 }
</style>

background-color css

<style>
 a { background-color: #906D7D; }

 a { background-color: rgb(144,109,125); }

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

border-color css

<style>
 span { border-color: #906D7D; }

 span { border-color: rgb(144,109,125); }

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