Html Css Color HEX #9C9895 Zorba

📋 copy color: '#9C9895'

red 156 ◦ green 152 ◦ blue 149

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

Shades of Zorba #9C9895

Tints of Zorba #9C9895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.26%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 34.14%
G = 33.26%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C9895 (or 0x9C9895) is known color: Zorba. HEX triplet: 9C, 98 and 95. RGB value is (156,152,149). Sum of RGB (Red+Green+Blue) = 156+152+149=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9895 is #63676A. Grayscale: #989898. Windows color (decimal): -6514539 or 9803932. OLE color: 9803932.

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

Color convert

RGB 156 152 149 -
CMYK 0 0.03 0.04 0.39
HSL 25.71º 0.03% 0.6% -
HSV(B) 25.71º 0.04% 0.61% -
XYZ 30.36 31.69 32.95 -
YUV 152.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 156 152 149 0 0.03 0.04 0.39 25.71 0.03 0.6
Hex 9C 98 95 0 3 4 27 1A 3 3C
Octal 234 230 225 0 3 4 47 32 3 74
Binary 10011100 10011000 10010101 0 11 100 100111 11010 11 111100

Color Harmonies of #9C9895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9895

Black with #9C9895

Text Example


Text Example

White with #9C9895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,152,149); }

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

background-color css

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

 a { background-color: rgb(156,152,149); }

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

border-color css

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

 span { border-color: rgb(156,152,149); }

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