#99968B

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

Shades of Nomad #99968B

Tints of Nomad #99968B

Color information

#99968B (or 0x99968B) is unknown color: approx Nomad. HEX triplet: 99, 96 and 8B. RGB value is (153,150,139). Sum of RGB (Red+Green+Blue) = 153+150+139=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #99968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99968B is #666974. Grayscale: #959595. Windows color (decimal): -6711669 or 9148057. OLE color: 9148057.

HSL color Cylindrical-coordinate representation of color #99968B: hue angle of 47.14º 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 #99968B is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153150139-
CMYK00.020.090.4
HSL47.14º6.42%57.25%-
HSV(B)47.14º9.15%60%-
XYZ28.730.4528.79-
YUV149.64121.99130.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 139 (54.69% from 255) = 31.45%
R=34.62%
G=33.94%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315013900.020.090.447.146.4257.25
Hex99968B029282f639
Octal23122621302115057671
Binary1001100110010110100010110101001101000101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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