Html Css Color HEX #56664A Tom Thumb

📋 copy color: '#56664A'

red 86 ◦ green 102 ◦ blue 74

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

Shades of Tom Thumb #56664A

Tints of Tom Thumb #56664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.93%

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

R = 32.82%
G = 38.93%
B = 28.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#56664A (or 0x56664A) is known color: Tom Thumb. HEX triplet: 56, 66 and 4A. RGB value is (86,102,74). Sum of RGB (Red+Green+Blue) = 86+102+74=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #56664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56664A is #A999B5. Grayscale: #5E5E5E. Windows color (decimal): -11114934 or 4875862. OLE color: 4875862.

HSL color Cylindrical-coordinate representation of color #56664A: hue angle of 94.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56664A is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 86 102 74 -
CMYK 0.16 0 0.27 0.6
HSL 94.29º 0.16% 0.35% -
HSV(B) 94.29º 0.27% 0.4% -
XYZ 9.83 11.98 8.27 -
YUV 94.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 86 102 74 0.16 0 0.27 0.6 94.29 0.16 0.35
Hex 56 66 4A 10 0 1B 3C 5E 10 23
Octal 126 146 112 20 0 33 74 136 20 43
Binary 1010110 1100110 1001010 10000 0 11011 111100 1011110 10000 100011

Color Harmonies of #56664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56664A

Black with #56664A

Text Example


Text Example

White with #56664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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