#888669

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

Shades of Bandicoot #888669

Tints of Bandicoot #888669

Color information

#888669 (or 0x888669) is unknown color: approx Bandicoot. HEX triplet: 88, 86 and 69. RGB value is (136,134,105). Sum of RGB (Red+Green+Blue) = 136+134+105=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 136 - color contains mainly: red. Hex color #888669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888669 is #777996. Grayscale: #838383. Windows color (decimal): -7829911 or 6915720. OLE color: 6915720.

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

Color convert

RGB136134105-
CMYK00.010.230.47
HSL56.13º12.86%47.25%-
HSV(B)56.13º22.79%53.33%-
XYZ21.2323.316.74-
YUV131.29113.16131.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 105 (41.41% from 255) = 28%
R=36.27%
G=35.73%
B=28%

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
Decimal13613410500.010.230.4756.1312.8647.25
Hex88866901172F38d2f
Octal210206151012757701557
Binary1000100010000110110100101101111011111110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888669; }

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

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

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

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

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

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

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

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