#93963D

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

Shades of Highball #93963D

Tints of Highball #93963D

Color information

#93963D (or 0x93963D) is unknown color: approx Highball. HEX triplet: 93, 96 and 3D. RGB value is (147,150,61). Sum of RGB (Red+Green+Blue) = 147+150+61=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #93963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93963D is #6C69C2. Grayscale: #8B8B8B. Windows color (decimal): -7104963 or 4036243. OLE color: 4036243.

HSL color Cylindrical-coordinate representation of color #93963D: hue angle of 62.02º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93963D is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB14715061-
CMYK0.0200.590.41
HSL62.02º42.18%41.37%-
HSV(B)62.02º59.33%58.82%-
XYZ23.7828.358.63-
YUV138.9684.01133.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 61 (24.22% from 255) = 17.04%
R=41.06%
G=41.90%
B=17.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147150610.0200.590.4162.0242.1841.37
Hex93963D203B293e2a29
Octal22322675207351765251
Binary1001001110010110111101100111011101001111110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93963D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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