#868469

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

Shades of Bandicoot #868469

Tints of Bandicoot #868469

Color information

#868469 (or 0x868469) is unknown color: approx Bandicoot. HEX triplet: 86, 84 and 69. RGB value is (134,132,105). Sum of RGB (Red+Green+Blue) = 134+132+105=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #868469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868469 is #797B96. Grayscale: #818181. Windows color (decimal): -7961495 or 6915206. OLE color: 6915206.

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

Color convert

RGB134132105-
CMYK00.010.220.47
HSL55.86º12.13%46.86%-
HSV(B)55.86º21.64%52.55%-
XYZ20.6322.5916.64-
YUV129.52114.16131.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=36.12%
G=35.58%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413210500.010.220.4755.8612.1346.86
Hex86846901162F38c2f
Octal206204151012657701457
Binary1000011010000100110100101101101011111110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868469; }

 p { color: rgb(134,132,105); }

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

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

 a { background-color: rgb(134,132,105); }

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

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

 span { border-color: rgb(134,132,105); }

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