#969057

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

Shades of Bandicoot #969057

Tints of Bandicoot #969057

Color information

#969057 (or 0x969057) is unknown color: approx Bandicoot. HEX triplet: 96, 90 and 57. RGB value is (150,144,87). Sum of RGB (Red+Green+Blue) = 150+144+87=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #969057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969057 is #696FA8. Grayscale: #8B8B8B. Windows color (decimal): -6909865 or 5738646. OLE color: 5738646.

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

Color convert

RGB15014487-
CMYK00.040.420.41
HSL54.29º26.58%46.47%-
HSV(B)54.29º42%58.82%-
XYZ24.2727.1212.97-
YUV139.398.49135.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=39.37%
G=37.80%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501448700.040.420.4154.2926.5846.47
Hex969057042A29361b2e
Octal226220127045251663356
Binary10010110100100001010111010010101010100111011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969057; }

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

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

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

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

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

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

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

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