Html Css Color HEX #9B9690 Zorba

📋 copy color: '#9B9690'

red 155 ◦ green 150 ◦ blue 144

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

Shades of Zorba #9B9690

Tints of Zorba #9B9690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 34.52%
G = 33.41%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B9690 (or 0x9B9690) is known color: Zorba. HEX triplet: 9B, 96 and 90. RGB value is (155,150,144). Sum of RGB (Red+Green+Blue) = 155+150+144=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9690 is #64696F. Grayscale: #969696. Windows color (decimal): -6580592 or 9475739. OLE color: 9475739.

HSL color Cylindrical-coordinate representation of color #9B9690: hue angle of 32.73º 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 #9B9690 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 150 144 -
CMYK 0 0.03 0.07 0.39
HSL 32.73º 0.05% 0.59% -
HSV(B) 32.73º 0.07% 0.61% -
XYZ 29.46 30.79 30.78 -
YUV 150.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 155 150 144 0 0.03 0.07 0.39 32.73 0.05 0.59
Hex 9B 96 90 0 3 7 27 21 5 3B
Octal 233 226 220 0 3 7 47 41 5 73
Binary 10011011 10010110 10010000 0 11 111 100111 100001 101 111011

Color Harmonies of #9B9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9690

Black with #9B9690

Text Example


Text Example

White with #9B9690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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