#969285

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

Shades of Nomad #969285

Tints of Nomad #969285

Color information

#969285 (or 0x969285) is unknown color: approx Nomad. HEX triplet: 96, 92 and 85. RGB value is (150,146,133). Sum of RGB (Red+Green+Blue) = 150+146+133=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969285 is #696D7A. Grayscale: #919191. Windows color (decimal): -6909307 or 8753814. OLE color: 8753814.

HSL color Cylindrical-coordinate representation of color #969285: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969285 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150146133-
CMYK00.030.110.41
HSL45.88º7.49%55.49%-
HSV(B)45.88º11.33%58.82%-
XYZ27.0928.7426.31-
YUV145.71120.83131.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=34.97%
G=34.03%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014613300.030.110.4145.887.4955.49
Hex96928503B292e737
Octal22622220503135156767
Binary1001011010010010100001010111011101001101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969285; }

 p { color: rgb(150,146,133); }

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

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

 a { background-color: rgb(150,146,133); }

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

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

 span { border-color: rgb(150,146,133); }

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