#9C948A

Color #9C948A Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #9C948A

Tints of Zorba #9C948A

Color information

#9C948A (or 0x9C948A) is unknown color: approx Zorba. HEX triplet: 9C, 94 and 8A. RGB value is (156,148,138). Sum of RGB (Red+Green+Blue) = 156+148+138=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 156 - color contains mainly: red. Hex color #9C948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C948A is #636B75. Grayscale: #959595. Windows color (decimal): -6515574 or 9082012. OLE color: 9082012.

HSL color Cylindrical-coordinate representation of color #9C948A: hue angle of 33.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C948A is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB156148138-
CMYK00.050.120.39
HSL33.33º8.33%57.65%-
HSV(B)33.33º11.54%61.18%-
XYZ28.8930.0828.33-
YUV149.25121.65132.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 148 (58.20% from 255) = 33.48%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=35.29%
G=33.48%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614813800.050.120.3933.338.3357.65
Hex9C948A05C272183a
Octal234224212051447411072
Binary100111001001010010001010010111001001111000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,138); }

 H1.HeaderClassName
 {
   color: #9C948A;
 }
 .AnyTagClassName
 {
   color: #9C948A;
 }
</style>
background-color css

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

 a { background-color: rgb(156,148,138); }

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

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

 span { border-color: rgb(156,148,138); }

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