Html Css Color HEX #969290 Zorba

📋 copy color: '#969290'

red 150 ◦ green 146 ◦ blue 144

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

Shades of Zorba #969290

Tints of Zorba #969290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 34.09%
G = 33.18%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#969290 (or 0x969290) is known color: Zorba. HEX triplet: 96, 92 and 90. RGB value is (150,146,144). Sum of RGB (Red+Green+Blue) = 150+146+144=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 150 - color contains mainly: red. Hex color #969290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969290 is #696D6F. Grayscale: #929292. Windows color (decimal): -6909296 or 9474710. OLE color: 9474710.

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

Color convert

RGB 150 146 144 -
CMYK 0 0.03 0.04 0.41
HSL 20º 0.03% 0.58% -
HSV(B) 20º 0.04% 0.59% -
XYZ 27.89 29.06 30.52 -
YUV 146.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 150 146 144 0 0.03 0.04 0.41 20 0.03 0.58
Hex 96 92 90 0 3 4 29 14 3 3A
Octal 226 222 220 0 3 4 51 24 3 72
Binary 10010110 10010010 10010000 0 11 100 101001 10100 11 111010

Color Harmonies of #969290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969290

Black with #969290

Text Example


Text Example

White with #969290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969290; }

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

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

background-color css

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

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

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

border-color css

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

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

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