Html Css Color HEX #56664C Tom Thumb

📋 copy color: '#56664C'

red 86 ◦ green 102 ◦ blue 76

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

Shades of Tom Thumb #56664C

Tints of Tom Thumb #56664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.79%

R = 32.58%
G = 38.64%
B = 28.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#56664C (or 0x56664C) is known color: Tom Thumb. HEX triplet: 56, 66 and 4C. RGB value is (86,102,76). Sum of RGB (Red+Green+Blue) = 86+102+76=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #56664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56664C is #A999B3. Grayscale: #5E5E5E. Windows color (decimal): -11114932 or 5006934. OLE color: 5006934.

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

Color convert

RGB 86 102 76 -
CMYK 0.16 0 0.25 0.6
HSL 96.92º 0.15% 0.35% -
HSV(B) 96.92º 0.25% 0.4% -
XYZ 9.89 12 8.63 -
YUV 94.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 86 102 76 0.16 0 0.25 0.6 96.92 0.15 0.35
Hex 56 66 4C 10 0 19 3C 61 F 23
Octal 126 146 114 20 0 31 74 141 17 43
Binary 1010110 1100110 1001100 10000 0 11001 111100 1100001 1111 100011

Color Harmonies of #56664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56664C

Black with #56664C

Text Example


Text Example

White with #56664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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