#868567

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

Shades of Bandicoot #868567

Tints of Bandicoot #868567

Color information

#868567 (or 0x868567) is unknown color: approx Bandicoot. HEX triplet: 86, 85 and 67. RGB value is (134,133,103). Sum of RGB (Red+Green+Blue) = 134+133+103=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #868567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868567 is #797A98. Grayscale: #828282. Windows color (decimal): -7961241 or 6784390. OLE color: 6784390.

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

Color convert

RGB134133103-
CMYK00.010.230.47
HSL58.06º13.08%46.47%-
HSV(B)58.06º23.13%52.55%-
XYZ20.6722.8216.15-
YUV129.88112.83130.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=36.22%
G=35.95%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413310300.010.230.4758.0613.0846.47
Hex86856701172F3ad2e
Octal206205147012757721556
Binary1000011010000101110011101101111011111110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868567; }

 p { color: rgb(134,133,103); }

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

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

 a { background-color: rgb(134,133,103); }

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

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

 span { border-color: rgb(134,133,103); }

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