#463E36

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

Shades of Taupe #463E36

Tints of Taupe #463E36

Color information

#463E36 (or 0x463E36) is unknown color: approx Taupe. HEX triplet: 46, 3E and 36. RGB value is (70,62,54). Sum of RGB (Red+Green+Blue) = 70+62+54=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #463E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E36 is #B9C1C9. Grayscale: #3F3F3F. Windows color (decimal): -12173770 or 3554886. OLE color: 3554886.

HSL color Cylindrical-coordinate representation of color #463E36: hue angle of 30º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #463E36 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB706254-
CMYK00.110.230.73
HSL30º12.9%24.31%-
HSV(B)30º22.86%27.45%-
XYZ4.915.014.2-
YUV63.48122.65132.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=37.63%
G=33.33%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70625400.110.230.733012.924.31
Hex463E360B17491ed18
Octal106766601327111361530
Binary10001101111101101100101110111100100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463E36; }

 p { color: rgb(70,62,54); }

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

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

 a { background-color: rgb(70,62,54); }

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

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

 span { border-color: rgb(70,62,54); }

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