#999383

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

Shades of Nomad #999383

Tints of Nomad #999383

Color information

#999383 (or 0x999383) is unknown color: approx Nomad. HEX triplet: 99, 93 and 83. RGB value is (153,147,131). Sum of RGB (Red+Green+Blue) = 153+147+131=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #999383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999383 is #666C7C. Grayscale: #939393. Windows color (decimal): -6712445 or 8623001. OLE color: 8623001.

HSL color Cylindrical-coordinate representation of color #999383: hue angle of 43.64º degrees, saturation: 0.1, 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 #999383 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153147131-
CMYK00.040.140.4
HSL43.64º9.73%55.69%-
HSV(B)43.64º14.38%60%-
XYZ27.6729.2825.67-
YUV146.97118.99132.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=35.50%
G=34.11%
B=30.39%

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
Decimal15314713100.040.140.443.649.7355.69
Hex99938304E282ca38
Octal231223203041650541270
Binary100110011001001110000011010011101010001011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999383; }

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

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

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

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

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

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

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

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