#838066

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

Shades of Bandicoot #838066

Tints of Bandicoot #838066

Color information

#838066 (or 0x838066) is unknown color: approx Bandicoot. HEX triplet: 83, 80 and 66. RGB value is (131,128,102). Sum of RGB (Red+Green+Blue) = 131+128+102=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #838066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838066 is #7C7F99. Grayscale: #7E7E7E. Windows color (decimal): -8159130 or 6717571. OLE color: 6717571.

HSL color Cylindrical-coordinate representation of color #838066: hue angle of 53.79º 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 #838066 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB131128102-
CMYK00.020.220.49
HSL53.79º12.45%45.69%-
HSV(B)53.79º22.14%51.37%-
XYZ19.4821.2215.64-
YUV125.93114.49131.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=36.29%
G=35.46%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112810200.020.220.4953.7912.4545.69
Hex83806602163136c2e
Octal203200146022661661456
Binary10000011100000001100110010101101100011101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838066; }

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

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

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

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

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

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

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

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