#97948C

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

Shades of Nomad #97948C

Tints of Nomad #97948C

Color information

#97948C (or 0x97948C) is unknown color: approx Nomad. HEX triplet: 97, 94 and 8C. RGB value is (151,148,140). Sum of RGB (Red+Green+Blue) = 151+148+140=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 151 - color contains mainly: red. Hex color #97948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97948C is #686B73. Grayscale: #949494. Windows color (decimal): -6843252 or 9213079. OLE color: 9213079.

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

Color convert

RGB151148140-
CMYK00.020.070.41
HSL43.64º5.02%57.06%-
HSV(B)43.64º7.28%59.22%-
XYZ28.0929.6529.05-
YUV147.98123.49130.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 140 (55.08% from 255) = 31.89%
R=34.40%
G=33.71%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114814000.020.070.4143.645.0257.06
Hex97948C027292c539
Octal2272242140275154571
Binary100101111001010010001100010111101001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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