#999384

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

Shades of Nomad #999384

Tints of Nomad #999384

Color information

#999384 (or 0x999384) is unknown color: approx Nomad. HEX triplet: 99, 93 and 84. RGB value is (153,147,132). Sum of RGB (Red+Green+Blue) = 153+147+132=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #999384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999384 is #666C7B. Grayscale: #939393. Windows color (decimal): -6712444 or 8688537. OLE color: 8688537.

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

Color convert

RGB153147132-
CMYK00.040.140.4
HSL42.86º9.33%55.88%-
HSV(B)42.86º13.73%60%-
XYZ27.7429.3126.02-
YUV147.08119.49132.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=35.42%
G=34.03%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314713200.040.140.442.869.3355.88
Hex99938404E282b938
Octal231223204041650531170
Binary100110011001001110000100010011101010001010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999384; }

 p { color: rgb(153,147,132); }

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

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

 a { background-color: rgb(153,147,132); }

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

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

 span { border-color: rgb(153,147,132); }

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