Html Css Color HEX #56684A Tom Thumb

📋 copy color: '#56684A'

red 86 ◦ green 104 ◦ blue 74

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

Shades of Tom Thumb #56684A

Tints of Tom Thumb #56684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 32.58%
G = 39.39%
B = 28.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#56684A (or 0x56684A) is known color: Tom Thumb. HEX triplet: 56, 68 and 4A. RGB value is (86,104,74). Sum of RGB (Red+Green+Blue) = 86+104+74=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #56684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56684A is #A997B5. Grayscale: #5F5F5F. Windows color (decimal): -11114422 or 4876374. OLE color: 4876374.

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

Color convert

RGB 86 104 74 -
CMYK 0.17 0 0.29 0.59
HSL 96º 0.17% 0.35% -
HSV(B) 96º 0.29% 0.41% -
XYZ 10.02 12.37 8.34 -
YUV 95.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 86 104 74 0.17 0 0.29 0.59 96 0.17 0.35
Hex 56 68 4A 11 0 1D 3B 60 11 23
Octal 126 150 112 21 0 35 73 140 21 43
Binary 1010110 1101000 1001010 10001 0 11101 111011 1100000 10001 100011

Color Harmonies of #56684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56684A

Black with #56684A

Text Example


Text Example

White with #56684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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