Html Css Color HEX #9C9996 Zorba

📋 copy color: '#9C9996'

red 156 ◦ green 153 ◦ blue 150

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

Shades of Zorba #9C9996

Tints of Zorba #9C9996

RGB

 RED value IS 156 (61.33% from 255) = 33.99%

 GREEN value IS 153 (60.16% from 255) = 33.33%

 BLUE value IS 150 (58.98% from 255) = 32.68%

R = 33.99%
G = 33.33%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C9996 (or 0x9C9996) is known color: Zorba. HEX triplet: 9C, 99 and 96. RGB value is (156,153,150). Sum of RGB (Red+Green+Blue) = 156+153+150=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9996 is #636669. Grayscale: #999999. Windows color (decimal): -6514282 or 9869724. OLE color: 9869724.

HSL color Cylindrical-coordinate representation of color #9C9996: hue angle of 30º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9C9996 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 153 150 -
CMYK 0 0.02 0.04 0.39
HSL 30º 0.03% 0.6% -
HSV(B) 30º 0.04% 0.61% -
XYZ 30.61 32.05 33.43 -
YUV 153.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 156 153 150 0 0.02 0.04 0.39 30 0.03 0.6
Hex 9C 99 96 0 2 4 27 1E 3 3C
Octal 234 231 226 0 2 4 47 36 3 74
Binary 10011100 10011001 10010110 0 10 100 100111 11110 11 111100

Color Harmonies of #9C9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9996

Black with #9C9996

Text Example


Text Example

White with #9C9996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,153,150); }

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

background-color css

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

 a { background-color: rgb(156,153,150); }

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

border-color css

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

 span { border-color: rgb(156,153,150); }

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