#9D948F

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

Shades of Zorba #9D948F

Tints of Zorba #9D948F

Color information

#9D948F (or 0x9D948F) is unknown color: approx Zorba. HEX triplet: 9D, 94 and 8F. RGB value is (157,148,143). Sum of RGB (Red+Green+Blue) = 157+148+143=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 157 - color contains mainly: red. Hex color #9D948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D948F is #626B70. Grayscale: #969696. Windows color (decimal): -6450033 or 9409693. OLE color: 9409693.

HSL color Cylindrical-coordinate representation of color #9D948F: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9D948F is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB157148143-
CMYK00.060.090.38
HSL21.43º6.67%58.82%-
HSV(B)21.43º8.92%61.57%-
XYZ29.4530.3330.29-
YUV150.12123.98132.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 148 (58.20% from 255) = 33.04%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=35.04%
G=33.04%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714814300.060.090.3821.436.6758.82
Hex9D948F069261573b
Octal23522421706114625773
Binary1001110110010100100011110110100110011010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,143); }

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

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

 a { background-color: rgb(157,148,143); }

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

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

 span { border-color: rgb(157,148,143); }

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