#56694A

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

Shades of Tom Thumb #56694A

Tints of Tom Thumb #56694A

Color information

#56694A (or 0x56694A) is unknown color: approx Tom Thumb. HEX triplet: 56, 69 and 4A. RGB value is (86,105,74). Sum of RGB (Red+Green+Blue) = 86+105+74=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #56694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56694A is #A996B5. Grayscale: #5F5F5F. Windows color (decimal): -11114166 or 4876630. OLE color: 4876630.

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

Color convert

RGB8610574-
CMYK0.1800.300.59
HSL96.77º17.32%35.1%-
HSV(B)96.77º29.52%41.18%-
XYZ10.1312.588.37-
YUV95.78115.71121.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=32.45%
G=39.62%
B=27.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105740.1800.300.5996.7717.3235.1
Hex56694A1201E3B611123
Octal12615111222036731412143
Binary10101101101001100101010010011110111011110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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