#938F62

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

Shades of Bandicoot #938F62

Tints of Bandicoot #938F62

Color information

#938F62 (or 0x938F62) is unknown color: approx Bandicoot. HEX triplet: 93, 8F and 62. RGB value is (147,143,98). Sum of RGB (Red+Green+Blue) = 147+143+98=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #938F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F62 is #6C709D. Grayscale: #8B8B8B. Windows color (decimal): -7106718 or 6459283. OLE color: 6459283.

HSL color Cylindrical-coordinate representation of color #938F62: hue angle of 55.1º 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 #938F62 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14714398-
CMYK00.030.330.42
HSL55.1º20%48.04%-
HSV(B)55.1º33.33%57.65%-
XYZ24.0626.7315.45-
YUV139.07104.83133.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=37.89%
G=36.86%
B=25.26%

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
Decimal1471439800.030.330.4255.12048.04
Hex938F6203212A371430
Octal223217142034152672460
Binary1001001110001111110001001110000110101011011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,143,98); }

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

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

 a { background-color: rgb(147,143,98); }

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

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

 span { border-color: rgb(147,143,98); }

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