#9C968B

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

Shades of Nomad #9C968B

Tints of Nomad #9C968B

Color information

#9C968B (or 0x9C968B) is unknown color: approx Nomad. HEX triplet: 9C, 96 and 8B. RGB value is (156,150,139). Sum of RGB (Red+Green+Blue) = 156+150+139=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C968B is #636974. Grayscale: #969696. Windows color (decimal): -6515061 or 9148060. OLE color: 9148060.

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

Color convert

RGB156150139-
CMYK00.040.110.39
HSL38.82º7.91%57.84%-
HSV(B)38.82º10.9%61.18%-
XYZ29.2830.7428.82-
YUV150.54121.49131.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=35.06%
G=33.71%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615013900.040.110.3938.827.9157.84
Hex9C968B04B272783a
Octal234226213041347471072
Binary100111001001011010001011010010111001111001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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