#838067

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

Shades of Bandicoot #838067

Tints of Bandicoot #838067

Color information

#838067 (or 0x838067) is unknown color: approx Bandicoot. HEX triplet: 83, 80 and 67. RGB value is (131,128,103). Sum of RGB (Red+Green+Blue) = 131+128+103=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #838067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838067 is #7C7F98. Grayscale: #7E7E7E. Windows color (decimal): -8159129 or 6783107. OLE color: 6783107.

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

Color convert

RGB131128103-
CMYK00.020.210.49
HSL53.57º11.97%45.88%-
HSV(B)53.57º21.37%51.37%-
XYZ19.5321.2415.9-
YUV126.05114.99131.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=36.19%
G=35.36%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112810300.020.210.4953.5711.9745.88
Hex83806702153136c2e
Octal203200147022561661456
Binary10000011100000001100111010101011100011101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838067; }

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

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

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

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

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

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

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

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