Html Css Color HEX #56634E Tom Thumb

📋 copy color: '#56634E'

red 86 ◦ green 99 ◦ blue 78

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

Shades of Tom Thumb #56634E

Tints of Tom Thumb #56634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

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

R = 32.7%
G = 37.64%
B = 29.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#56634E (or 0x56634E) is known color: Tom Thumb. HEX triplet: 56, 63 and 4E. RGB value is (86,99,78). Sum of RGB (Red+Green+Blue) = 86+99+78=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #56634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56634E is #A99CB1. Grayscale: #5C5C5C. Windows color (decimal): -11115698 or 5137238. OLE color: 5137238.

HSL color Cylindrical-coordinate representation of color #56634E: hue angle of 97.14º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56634E is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 99 78 -
CMYK 0.13 0 0.21 0.61
HSL 97.14º 0.12% 0.35% -
HSV(B) 97.14º 0.21% 0.39% -
XYZ 9.67 11.45 8.91 -
YUV 92.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 86 99 78 0.13 0 0.21 0.61 97.14 0.12 0.35
Hex 56 63 4E D 0 15 3D 61 C 23
Octal 126 143 116 15 0 25 75 141 14 43
Binary 1010110 1100011 1001110 1101 0 10101 111101 1100001 1100 100011

Color Harmonies of #56634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56634E

Black with #56634E

Text Example


Text Example

White with #56634E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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