Html Css Color HEX #9B9089 Zorba

📋 copy color: '#9B9089'

red 155 ◦ green 144 ◦ blue 137

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

Shades of Zorba #9B9089

Tints of Zorba #9B9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 35.55%
G = 33.03%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B9089 (or 0x9B9089) is known color: Zorba. HEX triplet: 9B, 90 and 89. RGB value is (155,144,137). Sum of RGB (Red+Green+Blue) = 155+144+137=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9089 is #646F76. Grayscale: #929292. Windows color (decimal): -6582135 or 9015451. OLE color: 9015451.

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

Color convert

RGB 155 144 137 -
CMYK 0 0.07 0.12 0.39
HSL 23.33º 0.08% 0.57% -
HSV(B) 23.33º 0.12% 0.61% -
XYZ 28.01 28.72 27.73 -
YUV 146.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 155 144 137 0 0.07 0.12 0.39 23.33 0.08 0.57
Hex 9B 90 89 0 7 C 27 17 8 39
Octal 233 220 211 0 7 14 47 27 10 71
Binary 10011011 10010000 10001001 0 111 1100 100111 10111 1000 111001

Color Harmonies of #9B9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9089

Black with #9B9089

Text Example


Text Example

White with #9B9089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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