#969059

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

Shades of Bandicoot #969059

Tints of Bandicoot #969059

Color information

#969059 (or 0x969059) is unknown color: approx Bandicoot. HEX triplet: 96, 90 and 59. RGB value is (150,144,89). Sum of RGB (Red+Green+Blue) = 150+144+89=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #969059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969059 is #696FA6. Grayscale: #8B8B8B. Windows color (decimal): -6909863 or 5869718. OLE color: 5869718.

HSL color Cylindrical-coordinate representation of color #969059: hue angle of 54.1º 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 #969059 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15014489-
CMYK00.040.410.41
HSL54.1º25.52%46.86%-
HSV(B)54.1º40.67%58.82%-
XYZ24.3527.1513.41-
YUV139.5299.49135.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 89 (35.16% from 255) = 23.24%
R=39.16%
G=37.60%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501448900.040.410.4154.125.5246.86
Hex969059042929361a2f
Octal226220131045151663257
Binary10010110100100001011001010010100110100111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969059; }

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

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

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

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

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

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

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

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