#838366

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

Shades of Bandicoot #838366

Tints of Bandicoot #838366

Color information

#838366 (or 0x838366) is unknown color: approx Bandicoot. HEX triplet: 83, 83 and 66. RGB value is (131,131,102). Sum of RGB (Red+Green+Blue) = 131+131+102=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838366 is #7C7C99. Grayscale: #7F7F7F. Windows color (decimal): -8158362 or 6718339. OLE color: 6718339.

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

Color convert

RGB131131102-
CMYK000.220.49
HSL60º12.45%45.69%-
HSV(B)60º22.14%51.37%-
XYZ19.8722.0215.77-
YUV127.69113.5130.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=35.99%
G=35.99%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131102000.220.496012.4545.69
Hex8383660016313cc2e
Octal203203146002661741456
Binary1000001110000011110011000101101100011111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838366; }

 p { color: rgb(131,131,102); }

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

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

 a { background-color: rgb(131,131,102); }

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

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

 span { border-color: rgb(131,131,102); }

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