#97948A

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

Shades of Nomad #97948A

Tints of Nomad #97948A

Color information

#97948A (or 0x97948A) is unknown color: approx Nomad. HEX triplet: 97, 94 and 8A. RGB value is (151,148,138). Sum of RGB (Red+Green+Blue) = 151+148+138=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 151 - color contains mainly: red. Hex color #97948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97948A is #686B75. Grayscale: #939393. Windows color (decimal): -6843254 or 9082007. OLE color: 9082007.

HSL color Cylindrical-coordinate representation of color #97948A: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #97948A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151148138-
CMYK00.020.090.41
HSL46.15º5.88%56.67%-
HSV(B)46.15º8.61%59.22%-
XYZ27.9429.5928.28-
YUV147.76122.49130.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=34.55%
G=33.87%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114813800.020.090.4146.155.8856.67
Hex97948A029292e639
Octal22722421202115156671
Binary1001011110010100100010100101001101001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97948A; }

 p { color: rgb(151,148,138); }

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

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

 a { background-color: rgb(151,148,138); }

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

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

 span { border-color: rgb(151,148,138); }

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