#968F59

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

Shades of Bandicoot #968F59

Tints of Bandicoot #968F59

Color information

#968F59 (or 0x968F59) is unknown color: approx Bandicoot. HEX triplet: 96, 8F and 59. RGB value is (150,143,89). Sum of RGB (Red+Green+Blue) = 150+143+89=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #968F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F59 is #6970A6. Grayscale: #8B8B8B. Windows color (decimal): -6910119 or 5869462. OLE color: 5869462.

HSL color Cylindrical-coordinate representation of color #968F59: hue angle of 53.11º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968F59 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15014389-
CMYK00.050.410.41
HSL53.11º25.52%46.86%-
HSV(B)53.11º40.67%58.82%-
XYZ24.226.8513.36-
YUV138.9499.82135.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.27%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 89 (35.16% from 255) = 23.30%
R=39.27%
G=37.43%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501438900.050.410.4153.1125.5246.86
Hex968F59052929351a2f
Octal226217131055151653257
Binary10010110100011111011001010110100110100111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968F59; }

 p { color: rgb(150,143,89); }

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

<style>
 a { background-color: #968F59; }

 a { background-color: rgb(150,143,89); }

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

<style>
 span { border-color: #968F59; }

 span { border-color: rgb(150,143,89); }

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