#999690

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

Shades of Nomad #999690

Tints of Nomad #999690

Color information

#999690 (or 0x999690) is unknown color: approx Nomad. HEX triplet: 99, 96 and 90. RGB value is (153,150,144). Sum of RGB (Red+Green+Blue) = 153+150+144=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 153 - color contains mainly: red. Hex color #999690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999690 is #66696F. Grayscale: #969696. Windows color (decimal): -6711664 or 9475737. OLE color: 9475737.

HSL color Cylindrical-coordinate representation of color #999690: hue angle of 40º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999690 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB153150144-
CMYK00.020.060.4
HSL40º4.23%58.24%-
HSV(B)40º5.88%60%-
XYZ29.0830.630.76-
YUV150.21124.49129.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=34.23%
G=33.56%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315014400.020.060.4404.2358.24
Hex999690026282843a
Octal2312262200265050472
Binary100110011001011010010000010110101000101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999690; }

 p { color: rgb(153,150,144); }

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

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

 a { background-color: rgb(153,150,144); }

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

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

 span { border-color: rgb(153,150,144); }

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