Html Css Color HEX #999796 Zorba

📋 copy color: '#999796'

red 153 ◦ green 151 ◦ blue 150

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

Shades of Zorba #999796

Tints of Zorba #999796

RGB

 RED value IS 153 (60.16% from 255) = 33.7%

 GREEN value IS 151 (59.38% from 255) = 33.26%

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

R = 33.7%
G = 33.26%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#999796 (or 0x999796) is known color: Zorba. HEX triplet: 99, 97 and 96. RGB value is (153,151,150). Sum of RGB (Red+Green+Blue) = 153+151+150=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 153 - color contains mainly: red. Hex color #999796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999796 is #666869. Grayscale: #979797. Windows color (decimal): -6711402 or 9869209. OLE color: 9869209.

HSL color Cylindrical-coordinate representation of color #999796: hue angle of 20º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #999796 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 150 -
CMYK 0 0.01 0.02 0.4
HSL 20º 0.01% 0.59% -
HSV(B) 20º 0.02% 0.6% -
XYZ 29.71 31.11 33.29 -
YUV 151.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 153 151 150 0 0.01 0.02 0.4 20 0.01 0.59
Hex 99 97 96 0 1 2 28 14 1 3B
Octal 231 227 226 0 1 2 50 24 1 73
Binary 10011001 10010111 10010110 0 1 10 101000 10100 1 111011

Color Harmonies of #999796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999796

Black with #999796

Text Example


Text Example

White with #999796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999796; }

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

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

background-color css

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

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

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

border-color css

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

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

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