Html Css Color HEX #56674F Tom Thumb

📋 copy color: '#56674F'

red 86 ◦ green 103 ◦ blue 79

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

Shades of Tom Thumb #56674F

Tints of Tom Thumb #56674F

RGB

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

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

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

R = 32.09%
G = 38.43%
B = 29.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#56674F (or 0x56674F) is known color: Tom Thumb. HEX triplet: 56, 67 and 4F. RGB value is (86,103,79). Sum of RGB (Red+Green+Blue) = 86+103+79=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #56674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56674F is #A998B0. Grayscale: #5F5F5F. Windows color (decimal): -11114673 or 5203798. OLE color: 5203798.

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

Color convert

RGB 86 103 79 -
CMYK 0.17 0 0.23 0.60
HSL 102.5º 0.13% 0.36% -
HSV(B) 102.5º 0.23% 0.4% -
XYZ 10.1 12.24 9.23 -
YUV 95.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 86 103 79 0.17 0 0.23 0.60 102.5 0.13 0.36
Hex 56 67 4F 11 0 17 3C 66 D 24
Octal 126 147 117 21 0 27 74 146 15 44
Binary 1010110 1100111 1001111 10001 0 10111 111100 1100110 1101 100100

Color Harmonies of #56674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56674F

Black with #56674F

Text Example


Text Example

White with #56674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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