#465640

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

Shades of Tom Thumb #465640

Tints of Tom Thumb #465640

Color information

#465640 (or 0x465640) is unknown color: approx Tom Thumb. HEX triplet: 46, 56 and 40. RGB value is (70,86,64). Sum of RGB (Red+Green+Blue) = 70+86+64=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #465640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465640 is #B9A9BF. Grayscale: #4E4E4E. Windows color (decimal): -12167616 or 4216390. OLE color: 4216390.

HSL color Cylindrical-coordinate representation of color #465640: hue angle of 103.64º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465640 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB708664-
CMYK0.1900.260.66
HSL103.64º14.67%29.41%-
HSV(B)103.64º25.58%33.73%-
XYZ6.788.336.1-
YUV78.71119.7121.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=31.82%
G=39.09%
B=29.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086640.1900.260.66103.6414.6729.41
Hex4656401301A4268f1d
Octal106126100230321021501735
Binary1000110101011010000001001101101010000101101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465640; }

 p { color: rgb(70,86,64); }

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

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

 a { background-color: rgb(70,86,64); }

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

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

 span { border-color: rgb(70,86,64); }

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