#9C9685

Color #9C9685 Nomad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nomad #9C9685

Tints of Nomad #9C9685

Color information

#9C9685 (or 0x9C9685) is unknown color: approx Nomad. HEX triplet: 9C, 96 and 85. RGB value is (156,150,133). Sum of RGB (Red+Green+Blue) = 156+150+133=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9685 is #63697A. Grayscale: #959595. Windows color (decimal): -6515067 or 8754844. OLE color: 8754844.

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

Color convert

RGB156150133-
CMYK00.040.150.39
HSL44.35º10.41%56.67%-
HSV(B)44.35º14.74%61.18%-
XYZ28.8530.5726.57-
YUV149.86118.49132.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=35.54%
G=34.17%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615013300.040.150.3944.3510.4156.67
Hex9C968504F272ca39
Octal234226205041747541271
Binary100111001001011010000101010011111001111011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,133); }

 H1.HeaderClassName
 {
   color: #9C9685;
 }
 .AnyTagClassName
 {
   color: #9C9685;
 }
</style>
background-color css

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

 a { background-color: rgb(156,150,133); }

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

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

 span { border-color: rgb(156,150,133); }

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