Html Css Color HEX #4D693F Tom Thumb

📋 copy color: '#4D693F'

red 77 ◦ green 105 ◦ blue 63

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

Shades of Tom Thumb #4D693F

Tints of Tom Thumb #4D693F

RGB

 RED value IS 77 (30.47% from 255) = 31.43%

 GREEN value IS 105 (41.41% from 255) = 42.86%

 BLUE value IS 63 (25% from 255) = 25.71%

R = 31.43%
G = 42.86%
B = 25.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#4D693F (or 0x4D693F) is known color: Tom Thumb. HEX triplet: 4D, 69 and 3F. RGB value is (77,105,63). Sum of RGB (Red+Green+Blue) = 77+105+63=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #4D693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D693F is #B296C0. Grayscale: #5B5B5B. Windows color (decimal): -11704001 or 4155725. OLE color: 4155725.

HSL color Cylindrical-coordinate representation of color #4D693F: hue angle of 100º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D693F is Cyan = 0.27, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 63 -
CMYK 0.27 0 0.4 0.59
HSL 100º 0.25% 0.33% -
HSV(B) 100º 0.4% 0.41% -
XYZ 9.01 12.04 6.55 -
YUV 91.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 77 105 63 0.27 0 0.4 0.59 100 0.25 0.33
Hex 4D 69 3F 1B 0 28 3B 64 19 21
Octal 115 151 77 33 0 50 73 144 31 41
Binary 1001101 1101001 111111 11011 0 101000 111011 1100100 11001 100001

Color Harmonies of #4D693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D693F

Black with #4D693F

Text Example


Text Example

White with #4D693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D693F; }

 p { color: rgb(77,105,63); }

 H1.HeaderClassName
 {
   color: #4D693F;
 }
 .AnyTagClassName
 {
   color: #4D693F;
 }
</style>

background-color css

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

 a { background-color: rgb(77,105,63); }

 div.DivClassName
 {
   background-color: #4D693F;
 }
 .BgClassName
 {
   background-color: #4D693F;
 }
</style>

border-color css

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

 span { border-color: rgb(77,105,63); }

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