Html Css Color HEX #9B9390 Zorba

📋 copy color: '#9B9390'

red 155 ◦ green 147 ◦ blue 144

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

Shades of Zorba #9B9390

Tints of Zorba #9B9390

RGB

 RED value IS 155 (60.94% from 255) = 34.75%

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

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

R = 34.75%
G = 32.96%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B9390 (or 0x9B9390) is known color: Zorba. HEX triplet: 9B, 93 and 90. RGB value is (155,147,144). Sum of RGB (Red+Green+Blue) = 155+147+144=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9390 is #646C6F. Grayscale: #959595. Windows color (decimal): -6581360 or 9474971. OLE color: 9474971.

HSL color Cylindrical-coordinate representation of color #9B9390: hue angle of 16.36º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9390 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 147 144 -
CMYK 0 0.05 0.07 0.39
HSL 16.36º 0.05% 0.59% -
HSV(B) 16.36º 0.07% 0.61% -
XYZ 28.99 29.85 30.62 -
YUV 149.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 155 147 144 0 0.05 0.07 0.39 16.36 0.05 0.59
Hex 9B 93 90 0 5 7 27 10 5 3B
Octal 233 223 220 0 5 7 47 20 5 73
Binary 10011011 10010011 10010000 0 101 111 100111 10000 101 111011

Color Harmonies of #9B9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9390

Black with #9B9390

Text Example


Text Example

White with #9B9390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9390; }

 p { color: rgb(155,147,144); }

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

background-color css

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

 a { background-color: rgb(155,147,144); }

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

border-color css

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

 span { border-color: rgb(155,147,144); }

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