#93993D

Color #93993D Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #93993D

Tints of Highball #93993D

Color information

#93993D (or 0x93993D) is unknown color: approx Highball. HEX triplet: 93, 99 and 3D. RGB value is (147,153,61). Sum of RGB (Red+Green+Blue) = 147+153+61=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #93993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93993D is #6C66C2. Grayscale: #8D8D8D. Windows color (decimal): -7104195 or 4037011. OLE color: 4037011.

HSL color Cylindrical-coordinate representation of color #93993D: hue angle of 63.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93993D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB14715361-
CMYK0.0400.600.4
HSL63.91º42.99%41.96%-
HSV(B)63.91º60.13%60%-
XYZ24.2729.328.8-
YUV140.7283.01132.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=40.72%
G=42.38%
B=16.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal147153610.0400.600.463.9142.9941.96
Hex93993D403C28402b2a
Octal223231754074501005352
Binary100100111001100111110110001111001010001000000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93993D; }

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

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

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

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

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

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

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

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