#938E63

Color #938E63 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #938E63

Tints of Bandicoot #938E63

Color information

#938E63 (or 0x938E63) is unknown color: approx Bandicoot. HEX triplet: 93, 8E and 63. RGB value is (147,142,99). Sum of RGB (Red+Green+Blue) = 147+142+99=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #938E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E63 is #6C719C. Grayscale: #8A8A8A. Windows color (decimal): -7106973 or 6524563. OLE color: 6524563.

HSL color Cylindrical-coordinate representation of color #938E63: hue angle of 53.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938E63 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14714299-
CMYK00.030.330.42
HSL53.75º19.51%48.24%-
HSV(B)53.75º32.65%57.65%-
XYZ23.9626.4515.65-
YUV138.59105.66134-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=37.89%
G=36.60%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471429900.030.330.4253.7519.5148.24
Hex938E6303212A361430
Octal223216143034152662460
Binary1001001110001110110001101110000110101011011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E63; }

 p { color: rgb(147,142,99); }

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

<style>
 a { background-color: #938E63; }

 a { background-color: rgb(147,142,99); }

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

<style>
 span { border-color: #938E63; }

 span { border-color: rgb(147,142,99); }

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