Html Css Color HEX #906479 Strikemaster

📋 copy color: '#906479'

red 144 ◦ green 100 ◦ blue 121

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

Shades of Strikemaster #906479

Tints of Strikemaster #906479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 39.45%
G = 27.4%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#906479 (or 0x906479) is known color: Strikemaster. HEX triplet: 90, 64 and 79. RGB value is (144,100,121). Sum of RGB (Red+Green+Blue) = 144+100+121=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #906479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906479 is #6F9B86. Grayscale: #737373. Windows color (decimal): -7314311 or 7955600. OLE color: 7955600.

HSL color Cylindrical-coordinate representation of color #906479: hue angle of 331.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906479 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 100 121 -
CMYK 0 0.31 0.16 0.44
HSL 331.36º 0.18% 0.48% -
HSV(B) 331.36º 0.31% 0.56% -
XYZ 19.51 16.42 20.23 -
YUV 115.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 144 100 121 0 0.31 0.16 0.44 331.36 0.18 0.48
Hex 90 64 79 0 1F 10 2C 14B 12 30
Octal 220 144 171 0 37 20 54 513 22 60
Binary 10010000 1100100 1111001 0 11111 10000 101100 101001011 10010 110000

Color Harmonies of #906479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906479

Black with #906479

Text Example


Text Example

White with #906479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906479; }

 p { color: rgb(144,100,121); }

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

background-color css

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

 a { background-color: rgb(144,100,121); }

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

border-color css

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

 span { border-color: rgb(144,100,121); }

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