Html Css Color HEX #56684E Tom Thumb

📋 copy color: '#56684E'

red 86 ◦ green 104 ◦ blue 78

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

Shades of Tom Thumb #56684E

Tints of Tom Thumb #56684E

RGB

 RED value IS 86 (33.98% from 255) = 32.09%

 GREEN value IS 104 (41.02% from 255) = 38.81%

 BLUE value IS 78 (30.86% from 255) = 29.1%

R = 32.09%
G = 38.81%
B = 29.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#56684E (or 0x56684E) is known color: Tom Thumb. HEX triplet: 56, 68 and 4E. RGB value is (86,104,78). Sum of RGB (Red+Green+Blue) = 86+104+78=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #56684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56684E is #A997B1. Grayscale: #5F5F5F. Windows color (decimal): -11114418 or 5138518. OLE color: 5138518.

HSL color Cylindrical-coordinate representation of color #56684E: hue angle of 101.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56684E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 104 78 -
CMYK 0.17 0 0.25 0.59
HSL 101.54º 0.14% 0.36% -
HSV(B) 101.54º 0.25% 0.41% -
XYZ 10.16 12.43 9.07 -
YUV 95.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 86 104 78 0.17 0 0.25 0.59 101.54 0.14 0.36
Hex 56 68 4E 11 0 19 3B 66 E 24
Octal 126 150 116 21 0 31 73 146 16 44
Binary 1010110 1101000 1001110 10001 0 11001 111011 1100110 1110 100100

Color Harmonies of #56684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56684E

Black with #56684E

Text Example


Text Example

White with #56684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56684E; }

 p { color: rgb(86,104,78); }

 H1.HeaderClassName
 {
   color: #56684E;
 }
 .AnyTagClassName
 {
   color: #56684E;
 }
</style>

background-color css

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

 a { background-color: rgb(86,104,78); }

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

border-color css

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

 span { border-color: rgb(86,104,78); }

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