#99958B

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

Shades of Nomad #99958B

Tints of Nomad #99958B

Color information

#99958B (or 0x99958B) is unknown color: approx Nomad. HEX triplet: 99, 95 and 8B. RGB value is (153,149,139). Sum of RGB (Red+Green+Blue) = 153+149+139=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #99958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99958B is #666A74. Grayscale: #959595. Windows color (decimal): -6711925 or 9147801. OLE color: 9147801.

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

Color convert

RGB153149139-
CMYK00.030.090.4
HSL42.86º6.42%57.25%-
HSV(B)42.86º9.15%60%-
XYZ28.5430.1328.74-
YUV149.06122.33130.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=34.69%
G=33.79%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314913900.030.090.442.866.4257.25
Hex99958B039282b639
Octal23122521303115053671
Binary1001100110010101100010110111001101000101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99958B; }

 p { color: rgb(153,149,139); }

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

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

 a { background-color: rgb(153,149,139); }

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

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

 span { border-color: rgb(153,149,139); }

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