#807D69

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

Shades of Bandicoot #807D69

Tints of Bandicoot #807D69

Color information

#807D69 (or 0x807D69) is unknown color: approx Bandicoot. HEX triplet: 80, 7D and 69. RGB value is (128,125,105). Sum of RGB (Red+Green+Blue) = 128+125+105=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #807D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807D69 is #7F8296. Grayscale: #7B7B7B. Windows color (decimal): -8356503 or 6913408. OLE color: 6913408.

HSL color Cylindrical-coordinate representation of color #807D69: hue angle of 52.17º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807D69 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB128125105-
CMYK00.020.180.50
HSL52.17º9.87%45.69%-
HSV(B)52.17º17.97%50.2%-
XYZ18.7920.2816.29-
YUV123.62117.49131.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.75%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=35.75%
G=34.92%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812510500.020.180.5052.179.8745.69
Hex807D6902123234a2e
Octal200175151022262641256
Binary1000000011111011101001010100101100101101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807D69; }

 p { color: rgb(128,125,105); }

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

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

 a { background-color: rgb(128,125,105); }

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

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

 span { border-color: rgb(128,125,105); }

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