#958F5C

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

Shades of Bandicoot #958F5C

Tints of Bandicoot #958F5C

Color information

#958F5C (or 0x958F5C) is unknown color: approx Bandicoot. HEX triplet: 95, 8F and 5C. RGB value is (149,143,92). Sum of RGB (Red+Green+Blue) = 149+143+92=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F5C is #6A70A3. Grayscale: #8B8B8B. Windows color (decimal): -6975652 or 6066069. OLE color: 6066069.

HSL color Cylindrical-coordinate representation of color #958F5C: hue angle of 53.68º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958F5C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14914392-
CMYK00.040.380.42
HSL53.68º23.65%47.25%-
HSV(B)53.68º38.26%58.43%-
XYZ24.1526.8114.03-
YUV138.98101.49135.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=38.80%
G=37.24%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491439200.040.380.4253.6823.6547.25
Hex958F5C04262A36182f
Octal225217134044652663057
Binary10010101100011111011100010010011010101011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958F5C; }

 p { color: rgb(149,143,92); }

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

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

 a { background-color: rgb(149,143,92); }

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

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

 span { border-color: rgb(149,143,92); }

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