#999382

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

Shades of Nomad #999382

Tints of Nomad #999382

Color information

#999382 (or 0x999382) is unknown color: approx Nomad. HEX triplet: 99, 93 and 82. RGB value is (153,147,130). Sum of RGB (Red+Green+Blue) = 153+147+130=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #999382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999382 is #666C7D. Grayscale: #929292. Windows color (decimal): -6712446 or 8557465. OLE color: 8557465.

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

Color convert

RGB153147130-
CMYK00.040.150.4
HSL44.35º10.13%55.49%-
HSV(B)44.35º15.03%60%-
XYZ27.629.2525.31-
YUV146.86118.49132.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=35.58%
G=34.19%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314713000.040.150.444.3510.1355.49
Hex99938204F282ca37
Octal231223202041750541267
Binary100110011001001110000010010011111010001011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999382; }

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

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

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

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

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

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

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

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