#96938C

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

Shades of Nomad #96938C

Tints of Nomad #96938C

Color information

#96938C (or 0x96938C) is unknown color: approx Nomad. HEX triplet: 96, 93 and 8C. RGB value is (150,147,140). Sum of RGB (Red+Green+Blue) = 150+147+140=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 150 - color contains mainly: red. Hex color #96938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96938C is #696C73. Grayscale: #939393. Windows color (decimal): -6909044 or 9212822. OLE color: 9212822.

HSL color Cylindrical-coordinate representation of color #96938C: hue angle of 42º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96938C is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150147140-
CMYK00.020.070.41
HSL42º4.55%56.86%-
HSV(B)42º6.67%58.82%-
XYZ27.7529.2428.99-
YUV147.1123.99130.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=34.32%
G=33.64%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014714000.020.070.41424.5556.86
Hex96938C027292a539
Octal2262232140275152571
Binary100101101001001110001100010111101001101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96938C; }

 p { color: rgb(150,147,140); }

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

<style>
 a { background-color: #96938C; }

 a { background-color: rgb(150,147,140); }

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

<style>
 span { border-color: #96938C; }

 span { border-color: rgb(150,147,140); }

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