Html Css Color HEX #56674E Tom Thumb

📋 copy color: '#56674E'

red 86 ◦ green 103 ◦ blue 78

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

Shades of Tom Thumb #56674E

Tints of Tom Thumb #56674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.58%

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

R = 32.21%
G = 38.58%
B = 29.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#56674E (or 0x56674E) is known color: Tom Thumb. HEX triplet: 56, 67 and 4E. RGB value is (86,103,78). Sum of RGB (Red+Green+Blue) = 86+103+78=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #56674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56674E is #A998B1. Grayscale: #5F5F5F. Windows color (decimal): -11114674 or 5138262. OLE color: 5138262.

HSL color Cylindrical-coordinate representation of color #56674E: hue angle of 100.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56674E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 103 78 -
CMYK 0.17 0 0.24 0.60
HSL 100.8º 0.14% 0.35% -
HSV(B) 100.8º 0.24% 0.4% -
XYZ 10.06 12.23 9.04 -
YUV 95.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 86 103 78 0.17 0 0.24 0.60 100.8 0.14 0.35
Hex 56 67 4E 11 0 18 3C 65 E 23
Octal 126 147 116 21 0 30 74 145 16 43
Binary 1010110 1100111 1001110 10001 0 11000 111100 1100101 1110 100011

Color Harmonies of #56674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56674E

Black with #56674E

Text Example


Text Example

White with #56674E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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