Html Css Color HEX #56694D Tom Thumb

📋 copy color: '#56694D'

red 86 ◦ green 105 ◦ blue 77

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

Shades of Tom Thumb #56694D

Tints of Tom Thumb #56694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.18%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 32.09%
G = 39.18%
B = 28.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#56694D (or 0x56694D) is known color: Tom Thumb. HEX triplet: 56, 69 and 4D. RGB value is (86,105,77). Sum of RGB (Red+Green+Blue) = 86+105+77=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #56694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56694D is #A996B2. Grayscale: #606060. Windows color (decimal): -11114163 or 5073238. OLE color: 5073238.

HSL color Cylindrical-coordinate representation of color #56694D: hue angle of 100.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56694D is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 105 77 -
CMYK 0.18 0 0.27 0.59
HSL 100.71º 0.15% 0.36% -
HSV(B) 100.71º 0.27% 0.41% -
XYZ 10.23 12.62 8.92 -
YUV 96.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 86 105 77 0.18 0 0.27 0.59 100.71 0.15 0.36
Hex 56 69 4D 12 0 1B 3B 65 F 24
Octal 126 151 115 22 0 33 73 145 17 44
Binary 1010110 1101001 1001101 10010 0 11011 111011 1100101 1111 100100

Color Harmonies of #56694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56694D

Black with #56694D

Text Example


Text Example

White with #56694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56694D; }

 p { color: rgb(86,105,77); }

 H1.HeaderClassName
 {
   color: #56694D;
 }
 .AnyTagClassName
 {
   color: #56694D;
 }
</style>

background-color css

<style>
 a { background-color: #56694D; }

 a { background-color: rgb(86,105,77); }

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

border-color css

<style>
 span { border-color: #56694D; }

 span { border-color: rgb(86,105,77); }

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