#868755

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

Shades of Bandicoot #868755

Tints of Bandicoot #868755

Color information

#868755 (or 0x868755) is unknown color: approx Bandicoot. HEX triplet: 86, 87 and 55. RGB value is (134,135,85). Sum of RGB (Red+Green+Blue) = 134+135+85=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #868755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868755 is #7978AA. Grayscale: #818181. Windows color (decimal): -7960747 or 5605254. OLE color: 5605254.

HSL color Cylindrical-coordinate representation of color #868755: hue angle of 61.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #868755 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13413585-
CMYK0.0100.370.47
HSL61.2º22.73%43.14%-
HSV(B)61.2º37.04%52.94%-
XYZ20.1423.0511.98-
YUV129103.17131.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=37.85%
G=38.14%
B=24.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135850.0100.370.4761.222.7343.14
Hex86875510252F3d172b
Octal206207125104557752753
Binary100001101000011110101011010010110111111110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868755; }

 p { color: rgb(134,135,85); }

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

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

 a { background-color: rgb(134,135,85); }

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

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

 span { border-color: rgb(134,135,85); }

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