#99938B

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

Shades of Zorba #99938B

Tints of Zorba #99938B

Color information

#99938B (or 0x99938B) is unknown color: approx Zorba. HEX triplet: 99, 93 and 8B. RGB value is (153,147,139). Sum of RGB (Red+Green+Blue) = 153+147+139=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #99938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99938B is #666C74. Grayscale: #939393. Windows color (decimal): -6712437 or 9147289. OLE color: 9147289.

HSL color Cylindrical-coordinate representation of color #99938B: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99938B is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153147139-
CMYK00.040.090.4
HSL34.29º6.42%57.25%-
HSV(B)34.29º9.15%60%-
XYZ28.2329.528.63-
YUV147.88122.99131.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=34.85%
G=33.49%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314713900.040.090.434.296.4257.25
Hex99938B0492822639
Octal23122321304115042671
Binary10011001100100111000101101001001101000100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99938B; }

 p { color: rgb(153,147,139); }

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

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

 a { background-color: rgb(153,147,139); }

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

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

 span { border-color: rgb(153,147,139); }

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