Html Css Color HEX #969593 Nomad

📋 copy color: '#969593'

red 150 ◦ green 149 ◦ blue 147

#969593
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nomad #969593

Tints of Nomad #969593

RGB

 RED value IS 150 (58.98% from 255) = 33.63%

 GREEN value IS 149 (58.59% from 255) = 33.41%

 BLUE value IS 147 (57.81% from 255) = 32.96%

R = 33.63%
G = 33.41%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#969593 (or 0x969593) is known color: Nomad. HEX triplet: 96, 95 and 93. RGB value is (150,149,147). Sum of RGB (Red+Green+Blue) = 150+149+147=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 150 - color contains mainly: red. Hex color #969593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969593 is #696A6C. Grayscale: #959595. Windows color (decimal): -6908525 or 9672086. OLE color: 9672086.

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

Color convert

RGB 150 149 147 -
CMYK 0 0.01 0.02 0.41
HSL 40º 0.01% 0.58% -
HSV(B) 40º 0.02% 0.59% -
XYZ 28.59 30.09 31.9 -
YUV 149.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 150 149 147 0 0.01 0.02 0.41 40 0.01 0.58
Hex 96 95 93 0 1 2 29 28 1 3A
Octal 226 225 223 0 1 2 51 50 1 72
Binary 10010110 10010101 10010011 0 1 10 101001 101000 1 111010

Color Harmonies of #969593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969593

Black with #969593

Text Example


Text Example

White with #969593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969593; }

 p { color: rgb(150,149,147); }

 H1.HeaderClassName
 {
   color: #969593;
 }
 .AnyTagClassName
 {
   color: #969593;
 }
</style>

background-color css

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

 a { background-color: rgb(150,149,147); }

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

border-color css

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

 span { border-color: rgb(150,149,147); }

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