Html Css Color HEX #9D9585 Nomad

📋 copy color: '#9D9585'

red 157 ◦ green 149 ◦ blue 133

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

Shades of Nomad #9D9585

Tints of Nomad #9D9585

RGB

 RED value IS 157 (61.72% from 255) = 35.76%

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

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

R = 35.76%
G = 33.94%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D9585 (or 0x9D9585) is known color: Nomad. HEX triplet: 9D, 95 and 85. RGB value is (157,149,133). Sum of RGB (Red+Green+Blue) = 157+149+133=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9585 is #626A7A. Grayscale: #959595. Windows color (decimal): -6449787 or 8754589. OLE color: 8754589.

HSL color Cylindrical-coordinate representation of color #9D9585: hue angle of 40º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D9585 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 149 133 -
CMYK 0 0.05 0.15 0.38
HSL 40º 0.11% 0.57% -
HSV(B) 40º 0.15% 0.62% -
XYZ 28.89 30.36 26.53 -
YUV 149.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 157 149 133 0 0.05 0.15 0.38 40 0.11 0.57
Hex 9D 95 85 0 5 F 26 28 B 39
Octal 235 225 205 0 5 17 46 50 13 71
Binary 10011101 10010101 10000101 0 101 1111 100110 101000 1011 111001

Color Harmonies of #9D9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9585

Black with #9D9585

Text Example


Text Example

White with #9D9585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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