Html Css Color HEX #9B9285 Malta

📋 copy color: '#9B9285'

red 155 ◦ green 146 ◦ blue 133

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

Shades of Malta #9B9285

Tints of Malta #9B9285

RGB

 RED value IS 155 (60.94% from 255) = 35.71%

 GREEN value IS 146 (57.42% from 255) = 33.64%

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

R = 35.71%
G = 33.64%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B9285 (or 0x9B9285) is known color: Malta. HEX triplet: 9B, 92 and 85. RGB value is (155,146,133). Sum of RGB (Red+Green+Blue) = 155+146+133=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9285 is #646D7A. Grayscale: #939393. Windows color (decimal): -6581627 or 8753819. OLE color: 8753819.

HSL color Cylindrical-coordinate representation of color #9B9285: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B9285 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 146 133 -
CMYK 0 0.06 0.14 0.39
HSL 35.45º 0.1% 0.56% -
HSV(B) 35.45º 0.14% 0.61% -
XYZ 28.03 29.22 26.35 -
YUV 147.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 155 146 133 0 0.06 0.14 0.39 35.45 0.1 0.56
Hex 9B 92 85 0 6 E 27 23 A 38
Octal 233 222 205 0 6 16 47 43 12 70
Binary 10011011 10010010 10000101 0 110 1110 100111 100011 1010 111000

Color Harmonies of #9B9285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9285

Black with #9B9285

Text Example


Text Example

White with #9B9285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,146,133); }

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

background-color css

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

 a { background-color: rgb(155,146,133); }

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

border-color css

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

 span { border-color: rgb(155,146,133); }

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