Html Css Color HEX #906D85 Strikemaster

📋 copy color: '#906D85'

red 144 ◦ green 109 ◦ blue 133

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

Shades of Strikemaster #906D85

Tints of Strikemaster #906D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 37.31%
G = 28.24%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#906D85 (or 0x906D85) is known color: Strikemaster. HEX triplet: 90, 6D and 85. RGB value is (144,109,133). Sum of RGB (Red+Green+Blue) = 144+109+133=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #906D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D85 is #6F927A. Grayscale: #7A7A7A. Windows color (decimal): -7311995 or 8744336. OLE color: 8744336.

HSL color Cylindrical-coordinate representation of color #906D85: hue angle of 318.86º 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 #906D85 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 109 133 -
CMYK 0 0.24 0.08 0.44
HSL 318.86º 0.14% 0.5% -
HSV(B) 318.86º 0.24% 0.56% -
XYZ 21.2 18.56 24.66 -
YUV 122.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 144 109 133 0 0.24 0.08 0.44 318.86 0.14 0.5
Hex 90 6D 85 0 18 8 2C 13F E 32
Octal 220 155 205 0 30 10 54 477 16 62
Binary 10010000 1101101 10000101 0 11000 1000 101100 100111111 1110 110010

Color Harmonies of #906D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D85

Black with #906D85

Text Example


Text Example

White with #906D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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