Html Css Color HEX #9B9585 Nomad

📋 copy color: '#9B9585'

red 155 ◦ green 149 ◦ blue 133

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

Shades of Nomad #9B9585

Tints of Nomad #9B9585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

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

R = 35.47%
G = 34.1%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9B9585 (or 0x9B9585) is known color: Nomad. HEX triplet: 9B, 95 and 85. RGB value is (155,149,133). Sum of RGB (Red+Green+Blue) = 155+149+133=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9585 is #646A7A. Grayscale: #959595. Windows color (decimal): -6580859 or 8754587. OLE color: 8754587.

HSL color Cylindrical-coordinate representation of color #9B9585: hue angle of 43.64º 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 #9B9585 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 149 133 -
CMYK 0 0.04 0.14 0.39
HSL 43.64º 0.1% 0.56% -
HSV(B) 43.64º 0.14% 0.61% -
XYZ 28.5 30.16 26.51 -
YUV 148.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 155 149 133 0 0.04 0.14 0.39 43.64 0.1 0.56
Hex 9B 95 85 0 4 E 27 2C A 38
Octal 233 225 205 0 4 16 47 54 12 70
Binary 10011011 10010101 10000101 0 100 1110 100111 101100 1010 111000

Color Harmonies of #9B9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9585

Black with #9B9585

Text Example


Text Example

White with #9B9585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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