Html Css Color HEX #465640 Tom Thumb

📋 copy color: '#465640'

red 70 ◦ green 86 ◦ blue 64

#465640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #465640

Tints of Tom Thumb #465640

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 value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#465640 (or 0x465640) is known color: 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

RGB 70 86 64 -
CMYK 0.19 0 0.26 0.66
HSL 103.64º 0.15% 0.29% -
HSV(B) 103.64º 0.26% 0.34% -
XYZ 6.78 8.33 6.1 -
YUV 78.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 70 86 64 0.19 0 0.26 0.66 103.64 0.15 0.29
Hex 46 56 40 13 0 1A 42 68 F 1D
Octal 106 126 100 23 0 32 102 150 17 35
Binary 1000110 1010110 1000000 10011 0 11010 1000010 1101000 1111 11101

Color Harmonies of #465640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465640

Black with #465640

Text Example


Text Example

White with #465640

Text Example


Text Example

HTML Codes & Css Web 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>