Html Css Color HEX #9B9288 Zorba

📋 copy color: '#9B9288'

red 155 ◦ green 146 ◦ blue 136

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

Shades of Zorba #9B9288

Tints of Zorba #9B9288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.12%

R = 35.47%
G = 33.41%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B9288 (or 0x9B9288) is known color: Zorba. HEX triplet: 9B, 92 and 88. RGB value is (155,146,136). Sum of RGB (Red+Green+Blue) = 155+146+136=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9288 is #646D77. Grayscale: #939393. Windows color (decimal): -6581624 or 8950427. OLE color: 8950427.

HSL color Cylindrical-coordinate representation of color #9B9288: hue angle of 31.58º degrees, saturation: 0.09, 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 #9B9288 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 146 136 -
CMYK 0 0.06 0.12 0.39
HSL 31.58º 0.09% 0.57% -
HSV(B) 31.58º 0.12% 0.61% -
XYZ 28.24 29.3 27.46 -
YUV 147.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 155 146 136 0 0.06 0.12 0.39 31.58 0.09 0.57
Hex 9B 92 88 0 6 C 27 20 9 39
Octal 233 222 210 0 6 14 47 40 11 71
Binary 10011011 10010010 10001000 0 110 1100 100111 100000 1001 111001

Color Harmonies of #9B9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9288

Black with #9B9288

Text Example


Text Example

White with #9B9288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,146,136); }

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

background-color css

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

 a { background-color: rgb(155,146,136); }

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

border-color css

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

 span { border-color: rgb(155,146,136); }

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