Html Css Color HEX #56674B Tom Thumb

📋 copy color: '#56674B'

red 86 ◦ green 103 ◦ blue 75

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

Shades of Tom Thumb #56674B

Tints of Tom Thumb #56674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 32.58%
G = 39.02%
B = 28.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#56674B (or 0x56674B) is known color: Tom Thumb. HEX triplet: 56, 67 and 4B. RGB value is (86,103,75). Sum of RGB (Red+Green+Blue) = 86+103+75=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #56674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56674B is #A998B4. Grayscale: #5E5E5E. Windows color (decimal): -11114677 or 4941654. OLE color: 4941654.

HSL color Cylindrical-coordinate representation of color #56674B: hue angle of 96.43º 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 #56674B is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 103 75 -
CMYK 0.17 0 0.27 0.60
HSL 96.43º 0.16% 0.35% -
HSV(B) 96.43º 0.27% 0.4% -
XYZ 9.96 12.19 8.48 -
YUV 94.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 86 103 75 0.17 0 0.27 0.60 96.43 0.16 0.35
Hex 56 67 4B 11 0 1B 3C 60 10 23
Octal 126 147 113 21 0 33 74 140 20 43
Binary 1010110 1100111 1001011 10001 0 11011 111100 1100000 10000 100011

Color Harmonies of #56674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56674B

Black with #56674B

Text Example


Text Example

White with #56674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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