Html Css Color HEX #56664F Tom Thumb

📋 copy color: '#56664F'

red 86 ◦ green 102 ◦ blue 79

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

Shades of Tom Thumb #56664F

Tints of Tom Thumb #56664F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 32.21%
G = 38.2%
B = 29.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#56664F (or 0x56664F) is known color: Tom Thumb. HEX triplet: 56, 66 and 4F. RGB value is (86,102,79). Sum of RGB (Red+Green+Blue) = 86+102+79=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #56664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56664F is #A999B0. Grayscale: #5E5E5E. Windows color (decimal): -11114929 or 5203542. OLE color: 5203542.

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

Color convert

RGB 86 102 79 -
CMYK 0.16 0 0.23 0.6
HSL 101.74º 0.13% 0.35% -
HSV(B) 101.74º 0.23% 0.4% -
XYZ 10 12.05 9.2 -
YUV 94.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 86 102 79 0.16 0 0.23 0.6 101.74 0.13 0.35
Hex 56 66 4F 10 0 17 3C 66 D 23
Octal 126 146 117 20 0 27 74 146 15 43
Binary 1010110 1100110 1001111 10000 0 10111 111100 1100110 1101 100011

Color Harmonies of #56664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56664F

Black with #56664F

Text Example


Text Example

White with #56664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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