Html Css Color HEX #9B9589 Nomad

📋 copy color: '#9B9589'

red 155 ◦ green 149 ◦ blue 137

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

Shades of Nomad #9B9589

Tints of Nomad #9B9589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.07%

R = 35.15%
G = 33.79%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B9589 (or 0x9B9589) is known color: Nomad. HEX triplet: 9B, 95 and 89. RGB value is (155,149,137). Sum of RGB (Red+Green+Blue) = 155+149+137=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9589 is #646A76. Grayscale: #959595. Windows color (decimal): -6580855 or 9016731. OLE color: 9016731.

HSL color Cylindrical-coordinate representation of color #9B9589: hue angle of 40º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9589 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 149 137 -
CMYK 0 0.04 0.12 0.39
HSL 40º 0.08% 0.57% -
HSV(B) 40º 0.12% 0.61% -
XYZ 28.78 30.27 27.99 -
YUV 149.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 155 149 137 0 0.04 0.12 0.39 40 0.08 0.57
Hex 9B 95 89 0 4 C 27 28 8 39
Octal 233 225 211 0 4 14 47 50 10 71
Binary 10011011 10010101 10001001 0 100 1100 100111 101000 1000 111001

Color Harmonies of #9B9589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9589

Black with #9B9589

Text Example


Text Example

White with #9B9589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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