Html Css Color HEX #969493 Zorba

📋 copy color: '#969493'

red 150 ◦ green 148 ◦ blue 147

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

Shades of Zorba #969493

Tints of Zorba #969493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.26%

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

R = 33.71%
G = 33.26%
B = 33.03%

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

#969493 (or 0x969493) is known color: Zorba. HEX triplet: 96, 94 and 93. RGB value is (150,148,147). Sum of RGB (Red+Green+Blue) = 150+148+147=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 150 - color contains mainly: red. Hex color #969493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969493 is #696B6C. Grayscale: #949494. Windows color (decimal): -6908781 or 9671830. OLE color: 9671830.

HSL color Cylindrical-coordinate representation of color #969493: hue angle of 20º 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 #969493 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 147 -
CMYK 0 0.01 0.02 0.41
HSL 20º 0.01% 0.58% -
HSV(B) 20º 0.02% 0.59% -
XYZ 28.43 29.77 31.85 -
YUV 148.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 150 148 147 0 0.01 0.02 0.41 20 0.01 0.58
Hex 96 94 93 0 1 2 29 14 1 3A
Octal 226 224 223 0 1 2 51 24 1 72
Binary 10010110 10010100 10010011 0 1 10 101001 10100 1 111010

Color Harmonies of #969493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969493

Black with #969493

Text Example


Text Example

White with #969493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969493; }

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

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

background-color css

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

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

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

border-color css

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

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

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